Btrfs: start of support for many FS volumes

Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
Chris Mason
2007-04-06 15:37:36 -04:00
committed by David Woodhouse
parent 3eb0314dc1
commit d6e4a428eb
9 changed files with 242 additions and 79 deletions

View File

@@ -3,6 +3,8 @@
struct btrfs_inode {
u32 magic;
struct btrfs_root *root;
struct btrfs_key location;
struct inode vfs_inode;
u32 magic2;
};