summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-06-22 18:16:24 (GMT)
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-06-22 18:16:24 (GMT)
commit11bd143fc8243cf48c934dc1c4479a5aacf58ce3 (patch)
tree51611e84a9d507d316cb5e4f124f488cd44a6c7f /fs/btrfs/ctree.h
parente011599b0f375683499bf1a9954703f4959a8d00 (diff)
downloadlinux-fsl-qoriq-11bd143fc8243cf48c934dc1c4479a5aacf58ce3.tar.xz
Btrfs: Switch to libcrc32c to avoid problems with cryptomgr on highmem machines
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 1e83ad7..19a1d99 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -286,10 +286,7 @@ struct btrfs_block_group_cache {
int cached;
};
-struct crypto_hash;
-
struct btrfs_fs_info {
- spinlock_t hash_lock;
struct btrfs_root *extent_root;
struct btrfs_root *tree_root;
struct radix_tree_root fs_roots_radix;
@@ -314,7 +311,6 @@ struct btrfs_fs_info {
struct mutex fs_mutex;
struct list_head trans_list;
struct list_head dead_roots;
- struct crypto_hash *hash_tfm;
struct delayed_work trans_work;
int do_barriers;
int closing;