]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/btrfs/ctree.h
Btrfs: get forced transaction commits via workqueue
[mv-sheeva.git] / fs / btrfs / ctree.h
index a1c95c980fdc95be98a5cd7ee1290d092ac77fb5..e93ba1a5c812ced98c089a21b0347f9e4c2f6a3e 100644 (file)
@@ -3,7 +3,7 @@
 
 #include <linux/fs.h>
 #include <linux/buffer_head.h>
-#include <linux/kobject.h>
+#include <linux/workqueue.h>
 #include "bit-radix.h"
 
 struct btrfs_trans_handle;
@@ -281,7 +281,9 @@ struct btrfs_block_group_cache {
 };
 
 struct crypto_hash;
+
 struct btrfs_fs_info {
+       spinlock_t hash_lock;
        struct btrfs_root *extent_root;
        struct btrfs_root *tree_root;
        struct btrfs_root *dev_root;
@@ -307,10 +309,11 @@ struct btrfs_fs_info {
        struct mutex trans_mutex;
        struct mutex fs_mutex;
        struct list_head trans_list;
+       struct list_head dead_roots;
        struct crypto_hash *hash_tfm;
-       spinlock_t hash_lock;
+       struct delayed_work trans_work;
        int do_barriers;
-       struct kobject kobj;
+       int closing;
 };
 
 /*