projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca4d147
)
[PATCH] fs/ocfs2/ioctl.c should #include "ioctl.h"
author
Adrian Bunk
<bunk@stusta.de>
Sun, 9 Jul 2006 23:32:51 +0000
(
01:32
+0200)
committer
Mark Fasheh
<mark.fasheh@oracle.com>
Wed, 20 Sep 2006 22:49:33 +0000
(15:49 -0700)
Every file should #include the headers containing the prototypes for its
global functions.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/ioctl.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/ocfs2/ioctl.c
b/fs/ocfs2/ioctl.c
index 68f4806d3a3542ec3dee7b5ec0cc90d40c928acb..3663cef806897ce30436b0555b6f0be9834c428c 100644
(file)
--- a/
fs/ocfs2/ioctl.c
+++ b/
fs/ocfs2/ioctl.c
@@
-18,6
+18,8
@@
#include "journal.h"
#include "ocfs2_fs.h"
+#include "ioctl.h"
+
#include <linux/ext2_fs.h>
static int ocfs2_get_inode_attr(struct inode *inode, unsigned *flags)