diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2010-03-25 20:22:45 +0300 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2010-03-31 05:19:08 +0400 |
commit | 2f3014fc2ab1e25c36531e19164c48182c168995 (patch) | |
tree | 84a906ae0d4c963377d768d8ec80a308122a4687 /fs/btrfs/ioctl.c | |
parent | 8ad6fcab564c5bc956bdc3dfa440ab152b6e780f (diff) | |
download | linux-2f3014fc2ab1e25c36531e19164c48182c168995.tar.xz |
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/btrfs/ioctl.c')
-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 @@ #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) |