Commit 8af4c72f authored by Adrian Bunk's avatar Adrian Bunk Committed by Steven Whitehouse

[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: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent bb16b342
...@@ -38,6 +38,7 @@ ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment