diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-04-20 13:16:02 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-04-20 13:16:02 -0400 |
commit | e66f709b157ee8557166c14b67c01bae978ac32e (patch) | |
tree | 69a0c17aaffb173095e105a4680bedbefcb13c84 /fs/btrfs/ctree.h | |
parent | 8fd17795b2261ecb1bad2a6df09ef14c4957a3fb (diff) |
Btrfs: write barriers on commit, balance level before split
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 047a84762d93..681b23933d9b 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -259,6 +259,7 @@ struct btrfs_fs_info { | |||
259 | struct list_head trans_list; | 259 | struct list_head trans_list; |
260 | struct crypto_hash *hash_tfm; | 260 | struct crypto_hash *hash_tfm; |
261 | spinlock_t hash_lock; | 261 | spinlock_t hash_lock; |
262 | int do_barriers; | ||
262 | struct kobject kobj; | 263 | struct kobject kobj; |
263 | }; | 264 | }; |
264 | 265 | ||