diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2010-03-25 13:22:45 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2010-03-30 21:19:08 -0400 |
commit | 2f3014fc2ab1e25c36531e19164c48182c168995 (patch) | |
tree | 84a906ae0d4c963377d768d8ec80a308122a4687 /fs | |
parent | 8ad6fcab564c5bc956bdc3dfa440ab152b6e780f (diff) |
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>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/btrfs/ioctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/ioctl.c b/fs/btrfs/ioctl.c index 2845c6ceecd2..5c9f8b30608c 100644 --- a/fs/btrfs/ioctl.c +++ b/fs/btrfs/ioctl.c | |||
@@ -48,7 +48,6 @@ | |||
48 | #include "print-tree.h" | 48 | #include "print-tree.h" |
49 | #include "volumes.h" | 49 | #include "volumes.h" |
50 | #include "locking.h" | 50 | #include "locking.h" |
51 | #include "ctree.h" | ||
52 | 51 | ||
53 | /* Mask out flags that are inappropriate for the given type of inode. */ | 52 | /* Mask out flags that are inappropriate for the given type of inode. */ |
54 | static inline __u32 btrfs_mask_flags(umode_t mode, __u32 flags) | 53 | static inline __u32 btrfs_mask_flags(umode_t mode, __u32 flags) |