Skip to content

Commit

Permalink
[GFS2] gfs2/ops_file.c should #include "ops_inode.h"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Steven Whitehouse committed Mar 31, 2008
1 parent bb16b34 commit 8af4c72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/gfs2/ops_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8af4c72

Please sign in to comment.