commit | 31f3c99b73483f7b738a886c552050cbd6128ff3 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Mon Apr 30 15:25:45 2007 -0400 |
committer | David Woodhouse <dwmw2@hera.kernel.org> | Mon Apr 30 15:25:45 2007 -0400 |
tree | 35c961e01b8fe25525b9ac4a691fd931ac1dbe59 | |
parent | 308535a05e4c39d2be26e0aeee722682deeb6f77 [diff] [blame] |
Btrfs: allocator improvements, inode block groups Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/btrfs_inode.h b/fs/btrfs/btrfs_inode.h index 43a4f1d..6b50076 100644 --- a/fs/btrfs/btrfs_inode.h +++ b/fs/btrfs/btrfs_inode.h
@@ -3,6 +3,7 @@ struct btrfs_inode { struct btrfs_root *root; + struct btrfs_block_group_cache *block_group; struct btrfs_key location; struct inode vfs_inode; };