diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-04-04 15:27:52 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-04-04 15:27:52 -0400 |
commit | b1a4d96509a78ad234d94e0b914b289c60d2969d (patch) | |
tree | a6e9ff68dc1ff89097bf56355585f23bec70f847 /fs/btrfs/ctree.h | |
parent | e8f05c4508aed906146919f2efa89242a7f90a8b (diff) |
Btrfs: tweak the inode-map and free extent search starts on cold mount
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index d8e03bd797ff..41cc013ef08d 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -238,7 +238,6 @@ struct btrfs_fs_info { | |||
238 | struct radix_tree_root pending_del_radix; | 238 | struct radix_tree_root pending_del_radix; |
239 | struct radix_tree_root pinned_radix; | 239 | struct radix_tree_root pinned_radix; |
240 | u64 last_inode_alloc; | 240 | u64 last_inode_alloc; |
241 | u64 last_inode_alloc_dirid; | ||
242 | u64 generation; | 241 | u64 generation; |
243 | struct btrfs_transaction *running_transaction; | 242 | struct btrfs_transaction *running_transaction; |
244 | struct btrfs_super_block *disk_super; | 243 | struct btrfs_super_block *disk_super; |