Browse Source

[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 <bunk@kernel.org>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Adrian Bunk 17 years ago
parent
commit
8af4c72f7d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      fs/gfs2/ops_file.c

+ 1 - 0
fs/gfs2/ops_file.c

@@ -38,6 +38,7 @@
 #include "util.h"
 #include "util.h"
 #include "eaops.h"
 #include "eaops.h"
 #include "ops_address.h"
 #include "ops_address.h"
+#include "ops_inode.h"
 
 
 /**
 /**
  * gfs2_llseek - seek to a location in a file
  * gfs2_llseek - seek to a location in a file