浏览代码

[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>
Adrian Bunk 19 年之前
父节点
当前提交
2d5625181f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      fs/ocfs2/ioctl.c

+ 2 - 0
fs/ocfs2/ioctl.c

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