Btrfs: drop the inode map tree
Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:

committed by
David Woodhouse

parent
c5739bba52
commit
1b05da2ee6
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user