projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb16b34
)
[GFS2] gfs2/ops_file.c should #include "ops_inode.h"
author
Adrian Bunk
<bunk@kernel.org>
Sun, 17 Feb 2008 08:17:12 +0000
(10:17 +0200)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Mon, 31 Mar 2008 09:41:06 +0000
(10:41 +0100)
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>
fs/gfs2/ops_file.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/gfs2/ops_file.c
b/fs/gfs2/ops_file.c
index f97a8b86c485901b58dce283b018f2d1933250ff..2b25a5f7a1c7efe0fbd6b95412a6fe1d21cd5cd9 100644
(file)
--- 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