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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 83422088c629..be16cd49ef69 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -666,7 +666,8 @@ struct btrfs_root {
666 /* the dirty list is only used by non-reference counted roots */ 666 /* the dirty list is only used by non-reference counted roots */
667 struct list_head dirty_list; 667 struct list_head dirty_list;
668 668
669 spinlock_t orphan_lock; 669 spinlock_t list_lock;
670 struct list_head dead_list;
670 struct list_head orphan_list; 671 struct list_head orphan_list;
671}; 672};
672 673