aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 8e29b614fe93..a835a548e47e 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -1776,12 +1776,12 @@ struct btrfs_root {
1776 1776
1777 /* free ino cache stuff */ 1777 /* free ino cache stuff */
1778 struct btrfs_free_space_ctl *free_ino_ctl; 1778 struct btrfs_free_space_ctl *free_ino_ctl;
1779 enum btrfs_caching_type cached; 1779 enum btrfs_caching_type ino_cache_state;
1780 spinlock_t cache_lock; 1780 spinlock_t ino_cache_lock;
1781 wait_queue_head_t cache_wait; 1781 wait_queue_head_t ino_cache_wait;
1782 struct btrfs_free_space_ctl *free_ino_pinned; 1782 struct btrfs_free_space_ctl *free_ino_pinned;
1783 u64 cache_progress; 1783 u64 ino_cache_progress;
1784 struct inode *cache_inode; 1784 struct inode *ino_cache_inode;
1785 1785
1786 struct mutex log_mutex; 1786 struct mutex log_mutex;
1787 wait_queue_head_t log_writer_wait; 1787 wait_queue_head_t log_writer_wait;