Commit 2d5625181fac18f572cbbd18878d28f5eebf4733

Authored by Adrian Bunk
Committed by Mark Fasheh
1 parent ca4d147e62

[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>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -18,6 +18,8 @@
18 18 #include "journal.h"
19 19  
20 20 #include "ocfs2_fs.h"
  21 +#include "ioctl.h"
  22 +
21 23 #include <linux/ext2_fs.h>
22 24  
23 25 static int ocfs2_get_inode_attr(struct inode *inode, unsigned *flags)