]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
fs/direct-io.c: include fs/internal.h for missing prototype
authorEric Biggers <ebiggers@google.com>
Sat, 4 Jan 2020 20:59:49 +0000 (12:59 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 4 Jan 2020 21:55:09 +0000 (13:55 -0800)
commitb16155a0b01ae999add72b2ad2791b9c66285880
tree388609aec8913e80f86fc6bc59e9fb11e5f0723c
parente0153fc2c7606f101392b682e720a7a456d6c766
fs/direct-io.c: include fs/internal.h for missing prototype

Include fs/internal.h to address the following 'sparse' warning:

    fs/direct-io.c:591:5: warning: symbol 'sb_init_dio_done_wq' was not declared. Should it be static?

Link: http://lkml.kernel.org/r/20191209234544.128302-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/direct-io.c