aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2008-01-31 16:45:07 -0500
committerChris Mason <chris.mason@oracle.com>2008-09-25 11:04:00 -0400
commit4529ba495c6fd0d79247784d0df55ae6512fa883 (patch)
tree92e42dce09b7509894ee4e163f06006e19a46b3e /fs/btrfs/ctree.h
parentb0c68f8bed058d9f2023b067b16ed06a8c439544 (diff)
Btrfs: Add data block hints to SSD mode too
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, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 8f93e066bf8b..35e9a7af10a5 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -354,6 +354,7 @@ struct btrfs_fs_info {
354 spinlock_t new_trans_lock; 354 spinlock_t new_trans_lock;
355 u64 delalloc_bytes; 355 u64 delalloc_bytes;
356 u64 last_alloc; 356 u64 last_alloc;
357 u64 last_data_alloc;
357}; 358};
358/* 359/*
359 * in ram representation of the tree. extent_root is used for all allocations 360 * in ram representation of the tree. extent_root is used for all allocations