fs: add return value to inode_dio_wait()
authorJens Axboe <axboe@kernel.dk>
Tue, 24 Oct 2023 20:26:18 +0000 (14:26 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 10 Nov 2023 19:46:23 +0000 (12:46 -0700)
commitf72b5f122efe14e4bae9e3157ae8663d46daa78e
tree61a3ccdf9fdb8a5eefeef4710d1539a93073e672
parentb712075e03cf95d9009c99230775dc41195bde8a
fs: add return value to inode_dio_wait()

This is in preparation for actually returning a potential non-zero
value, right now it just returns 0 for success. With this in place, we
can start adding error handling to callers.

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