]> www.infradead.org Git - users/hch/block.git/commit
simplify io_uring_cmd_prep_async
authorChristoph Hellwig <hch@lst.de>
Fri, 6 May 2022 06:00:16 +0000 (08:00 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 6 May 2022 06:00:25 +0000 (08:00 +0200)
commit76c46c74030b73d0ed110db421d6c2d101d38b51
tree8e2d18d9b75046d3ef42f2e0955914c7ac4c9e1b
parent85ee779116eb97d1eef8a115a8bef2f815e97e22
simplify io_uring_cmd_prep_async

a variable length array has size 0, so no need for the complex
expression.
fs/io_uring.c