aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/ioctl.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-07-09 19:32:51 -0400
committerMark Fasheh <mark.fasheh@oracle.com>2006-09-20 18:49:33 -0400
commit2d5625181fac18f572cbbd18878d28f5eebf4733 (patch)
tree5125d63c551d6c7be1f9a5c99b16d05a85a3db7c /fs/ocfs2/ioctl.c
parentca4d147e62df370c334898464023aa7f9126abe1 (diff)
[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/ocfs2/ioctl.c')
-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 @@
18#include "journal.h" 18#include "journal.h"
19 19
20#include "ocfs2_fs.h" 20#include "ocfs2_fs.h"
21#include "ioctl.h"
22
21#include <linux/ext2_fs.h> 23#include <linux/ext2_fs.h>
22 24
23static int ocfs2_get_inode_attr(struct inode *inode, unsigned *flags) 25static int ocfs2_get_inode_attr(struct inode *inode, unsigned *flags)