diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-02-17 03:17:12 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2008-03-31 05:41:06 -0400 |
commit | 8af4c72f7df2442230fca3ff49a97f978cfb4a04 (patch) | |
tree | f307f8f4f94d775abc43d492f64eb4d06f276c3b | |
parent | bb16b342b2e2c83fa47dbb042400db91b748ded7 (diff) |
[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>
-rw-r--r-- | fs/gfs2/ops_file.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
38 | #include "util.h" | 38 | #include "util.h" |
39 | #include "eaops.h" | 39 | #include "eaops.h" |
40 | #include "ops_address.h" | 40 | #include "ops_address.h" |
41 | #include "ops_inode.h" | ||
41 | 42 | ||
42 | /** | 43 | /** |
43 | * gfs2_llseek - seek to a location in a file | 44 | * gfs2_llseek - seek to a location in a file |