Btrfs: change around extent-tree prealloc
[deliverable/linux.git] / fs / btrfs / btrfs_inode.h
index 3439ffb467b5f4c09badffd4e79131aad599de75..43a4f1ddb3758e436cf042fde22fbb9634cac14e 100644 (file)
@@ -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)
 {
This page took 0.024834 seconds and 5 git commands to generate.