diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-06-08 15:33:54 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-06-08 15:33:54 -0400 |
commit | 08607c1b182b3b8b54d7141a0c012cda17d201e6 (patch) | |
tree | d0cf03f3c03ca513377f85cf58ee0fbafcfd3f00 /fs/btrfs/ctree.h | |
parent | fabb568183de7996257080260d3537fa75b3667e (diff) |
Btrfs: add compat ioctl
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index a1c95c980fdc..74e6aadf6bb7 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | #include <linux/fs.h> | 4 | #include <linux/fs.h> |
5 | #include <linux/buffer_head.h> | 5 | #include <linux/buffer_head.h> |
6 | #include <linux/kobject.h> | 6 | #include <linux/workqueue.h> |
7 | #include "bit-radix.h" | 7 | #include "bit-radix.h" |
8 | 8 | ||
9 | struct btrfs_trans_handle; | 9 | struct btrfs_trans_handle; |
@@ -281,6 +281,7 @@ struct btrfs_block_group_cache { | |||
281 | }; | 281 | }; |
282 | 282 | ||
283 | struct crypto_hash; | 283 | struct crypto_hash; |
284 | |||
284 | struct btrfs_fs_info { | 285 | struct btrfs_fs_info { |
285 | struct btrfs_root *extent_root; | 286 | struct btrfs_root *extent_root; |
286 | struct btrfs_root *tree_root; | 287 | struct btrfs_root *tree_root; |
@@ -308,9 +309,9 @@ struct btrfs_fs_info { | |||
308 | struct mutex fs_mutex; | 309 | struct mutex fs_mutex; |
309 | struct list_head trans_list; | 310 | struct list_head trans_list; |
310 | struct crypto_hash *hash_tfm; | 311 | struct crypto_hash *hash_tfm; |
312 | struct delayed_work trans_work; | ||
311 | spinlock_t hash_lock; | 313 | spinlock_t hash_lock; |
312 | int do_barriers; | 314 | int do_barriers; |
313 | struct kobject kobj; | ||
314 | }; | 315 | }; |
315 | 316 | ||
316 | /* | 317 | /* |