aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-04-04 15:27:52 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-04-04 15:27:52 -0400
commitb1a4d96509a78ad234d94e0b914b289c60d2969d (patch)
treea6e9ff68dc1ff89097bf56355585f23bec70f847 /fs/btrfs/ctree.h
parente8f05c4508aed906146919f2efa89242a7f90a8b (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.h1
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;