aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-07-10 01:32:51 +0200
committerMark Fasheh <mark.fasheh@oracle.com>2006-09-20 15:49:33 -0700
commit2d5625181fac18f572cbbd18878d28f5eebf4733 (patch)
tree5125d63c551d6c7be1f9a5c99b16d05a85a3db7c /fs
parentocfs2: add ext2 attributes (diff)
downloadlinux-dev-2d5625181fac18f572cbbd18878d28f5eebf4733.tar.xz
linux-dev-2d5625181fac18f572cbbd18878d28f5eebf4733.zip
[PATCH] fs/ocfs2/ioctl.c should #include "ioctl.h"
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>
Diffstat (limited to 'fs')
-rw-r--r--fs/ocfs2/ioctl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ocfs2/ioctl.c b/fs/ocfs2/ioctl.c
index 68f4806d3a35..3663cef80689 100644
--- 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)