Skip to content

Commit

Permalink
Btrfs: remove duplicate include in ioctl.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrea Gelmini authored and Chris Mason committed Mar 31, 2010
1 parent 8ad6fca commit 2f3014f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/btrfs/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2f3014f

Please sign in to comment.