Btrfs: add compat ioctl

Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
Chris Mason
2007-06-08 15:33:54 -04:00
committed by David Woodhouse
parent fabb568183
commit 08607c1b18
6 changed files with 98 additions and 7 deletions

View 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,6 +281,7 @@ struct btrfs_block_group_cache {
};
struct crypto_hash;
struct btrfs_fs_info {
struct btrfs_root *extent_root;
struct btrfs_root *tree_root;
@@ -308,9 +309,9 @@ struct btrfs_fs_info {
struct mutex fs_mutex;
struct list_head trans_list;
struct crypto_hash *hash_tfm;
struct delayed_work trans_work;
spinlock_t hash_lock;
int do_barriers;
struct kobject kobj;
};
/*