Btrfs: early fsync support

Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
Chris Mason
2007-04-19 21:01:03 -04:00
committed by David Woodhouse
parent 7e38180e20
commit 8fd17795b2
7 changed files with 62 additions and 5 deletions

View File

@ -256,6 +256,7 @@ struct btrfs_fs_info {
struct inode *btree_inode;
struct mutex trans_mutex;
struct mutex fs_mutex;
struct list_head trans_list;
struct crypto_hash *hash_tfm;
spinlock_t hash_lock;
struct kobject kobj;