fs: add __must_check to inode_dio_wait()
authorJens Axboe <axboe@kernel.dk>
Tue, 24 Oct 2023 20:35:56 +0000 (14:35 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 10 Nov 2023 19:46:24 +0000 (12:46 -0700)
commitfac9e6c115f89dfb6ba2427a2e6ecff9176f3115
tree3254a8113b2f332a2436ebfb5be40b17045599f0
parent113a556099026d58b310ca55573e8b75e891138e
fs: add __must_check to inode_dio_wait()

All callers should now be checking the return value of this helper, add
__must_check to ensure that this is the case.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/fs.h