Skip to content

Commit

Permalink
[PATCH] fs/ocfs2/ioctl.c should #include "ioctl.h"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Mark Fasheh committed Sep 20, 2006
1 parent ca4d147 commit 2d56251
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fs/ocfs2/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2d56251

Please sign in to comment.