From: Adrian Bunk <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> Signed-off-by: Steven Whitehouse <[EMAIL PROTECTED]> diff --git a/fs/gfs2/ops_file.c b/fs/gfs2/ops_file.c index f97a8b8..2b25a5f 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 -- 1.5.1.2
