dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Adrian Bunk 2006-07-10 01:32:51 +02:00 committed by Mark Fasheh
parent ca4d147e62
commit 2d5625181f
1 changed files with 2 additions and 0 deletions

View File

@ -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)