aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-06-22 14:16:24 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-06-22 14:16:24 -0400
commit11bd143fc8243cf48c934dc1c4479a5aacf58ce3 (patch)
tree51611e84a9d507d316cb5e4f124f488cd44a6c7f /fs/btrfs/ctree.h
parente011599b0f375683499bf1a9954703f4959a8d00 (diff)
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 1e83ad720b10..19a1d998fca7 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -286,10 +286,7 @@ struct btrfs_block_group_cache {
286 int cached; 286 int cached;
287}; 287};
288 288
289struct crypto_hash;
290
291struct btrfs_fs_info { 289struct btrfs_fs_info {
292 spinlock_t hash_lock;
293 struct btrfs_root *extent_root; 290 struct btrfs_root *extent_root;
294 struct btrfs_root *tree_root; 291 struct btrfs_root *tree_root;
295 struct radix_tree_root fs_roots_radix; 292 struct radix_tree_root fs_roots_radix;
@@ -314,7 +311,6 @@ struct btrfs_fs_info {
314 struct mutex fs_mutex; 311 struct mutex fs_mutex;
315 struct list_head trans_list; 312 struct list_head trans_list;
316 struct list_head dead_roots; 313 struct list_head dead_roots;
317 struct crypto_hash *hash_tfm;
318 struct delayed_work trans_work; 314 struct delayed_work trans_work;
319 int do_barriers; 315 int do_barriers;
320 int closing; 316 int closing;