diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-04-19 21:01:03 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-04-19 21:01:03 -0400 |
commit | 8fd17795b2261ecb1bad2a6df09ef14c4957a3fb (patch) | |
tree | baab31275c20f5848f11688678158cf50875834e /fs/btrfs/ctree.h | |
parent | 7e38180e207c8707691c12395e990a5d583c5e71 (diff) |
Btrfs: early fsync support
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 d628a3b9441c..047a84762d93 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -256,6 +256,7 @@ struct btrfs_fs_info { | |||
256 | struct inode *btree_inode; | 256 | struct inode *btree_inode; |
257 | struct mutex trans_mutex; | 257 | struct mutex trans_mutex; |
258 | struct mutex fs_mutex; | 258 | struct mutex fs_mutex; |
259 | struct list_head trans_list; | ||
259 | struct crypto_hash *hash_tfm; | 260 | struct crypto_hash *hash_tfm; |
260 | spinlock_t hash_lock; | 261 | spinlock_t hash_lock; |
261 | struct kobject kobj; | 262 | struct kobject kobj; |