]> git.baikalelectronics.ru Git - 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)
commit5555e446865ae9f6411dc42998e93611e87287d9
tree388609aec8913e80f86fc6bc59e9fb11e5f0723c
parentcdf6a06b7e7a6e934fe24d0a3c3379f311d525c2
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