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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 96cec6352f12..68cafae6a850 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -231,6 +231,7 @@ struct btrfs_fs_info {
231 struct buffer_head *sb_buffer; 231 struct buffer_head *sb_buffer;
232 struct super_block *sb; 232 struct super_block *sb;
233 struct mutex trans_mutex; 233 struct mutex trans_mutex;
234 struct mutex fs_mutex;
234}; 235};
235 236
236/* 237/*