]> git.ipfire.org Git - thirdparty/linux.git/commit - fs/internal.h
fs: move sb_init_dio_done_wq out of direct-io.c
authorChristoph Hellwig <hch@lst.de>
Wed, 25 Jan 2023 06:58:38 +0000 (07:58 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 26 Jan 2023 17:30:56 +0000 (10:30 -0700)
commit439bc39b3cf0014b1b75075812f7ef0f8baa9674
tree4bd20b14a92e4d1c88b7f666e4f50ef4056a64d7
parent2241ab53cbb5cdb08a6b2d4688feb13971058f65
fs: move sb_init_dio_done_wq out of direct-io.c

sb_init_dio_done_wq is also used by the iomap code, so move it to
super.c in preparation for building direct-io.c conditionally.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20230125065839.191256-2-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/direct-io.c
fs/internal.h
fs/super.c