aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/btrfs_inode.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/btrfs_inode.h')
-rw-r--r--fs/btrfs/btrfs_inode.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/btrfs_inode.h b/fs/btrfs/btrfs_inode.h
index 3439ffb467b..43a4f1ddb37 100644
--- a/fs/btrfs/btrfs_inode.h
+++ b/fs/btrfs/btrfs_inode.h
@@ -2,11 +2,9 @@
#define __BTRFS_I__
struct btrfs_inode {
- u32 magic;
struct btrfs_root *root;
struct btrfs_key location;
struct inode vfs_inode;
- u32 magic2;
};
static inline struct btrfs_inode *BTRFS_I(struct inode *inode)
{