Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f3014fc authored by Andrea Gelmini's avatar Andrea Gelmini Committed by Chris Mason
Browse files

Btrfs: remove duplicate include in ioctl.c



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

Signed-off-by: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent 8ad6fcab
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)