aboutsummaryrefslogtreecommitdiffstats
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 @@
2#define __BTRFS_I__ 2#define __BTRFS_I__
3 3
4struct btrfs_inode { 4struct btrfs_inode {
5 u32 magic;
6 struct btrfs_root *root; 5 struct btrfs_root *root;
7 struct btrfs_key location; 6 struct btrfs_key location;
8 struct inode vfs_inode; 7 struct inode vfs_inode;
9 u32 magic2;
10}; 8};
11static inline struct btrfs_inode *BTRFS_I(struct inode *inode) 9static inline struct btrfs_inode *BTRFS_I(struct inode *inode)
12{ 10{