Btrfs: Switch to libcrc32c to avoid problems with cryptomgr on highmem machines
authorChris Mason <chris.mason@oracle.com>
Fri, 22 Jun 2007 18:16:24 +0000 (14:16 -0400)
committerDavid Woodhouse <dwmw2@hera.kernel.org>
Fri, 22 Jun 2007 18:16:24 +0000 (14:16 -0400)
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/ctree.h
fs/btrfs/disk-io.c
fs/btrfs/file.c

index 1e83ad7..19a1d99 100644 (file)
@@ -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;
Simple merge
diff --cc fs/btrfs/file.c
Simple merge