aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-03-23 19:47:49 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-03-23 19:47:49 -0400
commitd561c025ee3a0aee53a225bedce0ee35fe12f335 (patch)
treedf73aa103723162c3a980104ae204f93e91c9caa /fs/btrfs/ctree.h
parent7f5c15160e1436a53d01f9190db11c2a3a4d788a (diff)
Btrfs: very minimal locking
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 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/*