aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/btrfs_inode.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-04-10 12:13:09 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-04-10 12:13:09 -0400
commit1b05da2ee6217e7d55460d04335813fec25be4ca (patch)
tree250a3e789777c7a6d17dccf0bf5a57b00ef1bdac /fs/btrfs/btrfs_inode.h
parentc5739bba5260a59cebd20a51a55080592c8d3b07 (diff)
Btrfs: drop the inode map tree
Signed-off-by: Chris Mason <chris.mason@oracle.com>
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 3439ffb467b5..43a4f1ddb375 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{