浏览代码

Btrfs: remove duplicate include in ioctl.c

fs/btrfs/ioctl.c: ctree.h is included more than once.

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Andrea Gelmini 15 年之前
父节点
当前提交
2f3014fc2a
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      fs/btrfs/ioctl.c

+ 0 - 1
fs/btrfs/ioctl.c

@@ -48,7 +48,6 @@
 #include "print-tree.h"
 #include "volumes.h"
 #include "locking.h"
-#include "ctree.h"
 
 /* Mask out flags that are inappropriate for the given type of inode. */
 static inline __u32 btrfs_mask_flags(umode_t mode, __u32 flags)