commit | e66f709b157ee8557166c14b67c01bae978ac32e | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Fri Apr 20 13:16:02 2007 -0400 |
committer | David Woodhouse <dwmw2@hera.kernel.org> | Fri Apr 20 13:16:02 2007 -0400 |
tree | 69a0c17aaffb173095e105a4680bedbefcb13c84 | |
parent | 8fd17795b2261ecb1bad2a6df09ef14c4957a3fb [diff] [blame] |
Btrfs: write barriers on commit, balance level before split Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 047a847..681b239 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h
@@ -259,6 +259,7 @@ struct list_head trans_list; struct crypto_hash *hash_tfm; spinlock_t hash_lock; + int do_barriers; struct kobject kobj; };