From: Adrian Bunk Date: Sun, 17 Feb 2008 08:17:12 +0000 (+0200) Subject: [GFS2] gfs2/ops_file.c should #include "ops_inode.h" X-Git-Tag: firefly_0821_release~21621^2~17 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8af4c72f7df2442230fca3ff49a97f978cfb4a04;p=firefly-linux-kernel-4.4.55.git [GFS2] gfs2/ops_file.c should #include "ops_inode.h" Every file should include the headers containing the prototypes for its global functions (in this case for gfs2_set_inode_flags()). Signed-off-by: Adrian Bunk Signed-off-by: Steven Whitehouse --- diff --git a/fs/gfs2/ops_file.c b/fs/gfs2/ops_file.c index f97a8b86c485..2b25a5f7a1c7 100644 --- a/fs/gfs2/ops_file.c +++ b/fs/gfs2/ops_file.c @@ -38,6 +38,7 @@ #include "util.h" #include "eaops.h" #include "ops_address.h" +#include "ops_inode.h" /** * gfs2_llseek - seek to a location in a file