diff options
| author | Adrian Bunk <bunk@stusta.de> | 2006-07-09 19:32:51 -0400 |
|---|---|---|
| committer | Mark Fasheh <mark.fasheh@oracle.com> | 2006-09-20 18:49:33 -0400 |
| commit | 2d5625181fac18f572cbbd18878d28f5eebf4733 (patch) | |
| tree | 5125d63c551d6c7be1f9a5c99b16d05a85a3db7c | |
| parent | ca4d147e62df370c334898464023aa7f9126abe1 (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>
| -rw-r--r-- | fs/ocfs2/ioctl.c | 2 |
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 | ||
| 23 | static int ocfs2_get_inode_attr(struct inode *inode, unsigned *flags) | 25 | static int ocfs2_get_inode_attr(struct inode *inode, unsigned *flags) |
