summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorLiu Bo2012-09-14 10:58:06 +0200
committerChris Mason2012-10-04 15:39:57 +0200
commit2e90cf858fd2639eae2fb3f2173f7633cb15bf38 (patch)
tree2a7934cfe1640c4e7d8e7939cf5dc6ea5457fc9a /fs/btrfs/ctree.h
parentBtrfs: cleanup for duplicated code in find_free_extent (diff)
downloadkernel-qcow2-linux-2e90cf858fd2639eae2fb3f2173f7633cb15bf38.tar.gz
kernel-qcow2-linux-2e90cf858fd2639eae2fb3f2173f7633cb15bf38.tar.xz
kernel-qcow2-linux-2e90cf858fd2639eae2fb3f2173f7633cb15bf38.zip
Btrfs: cleanup fs_info->hashers
fs_info->hashers is now an obsolete one. Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index d66dc1c6a40d..1372057e1ec1 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -1253,7 +1253,6 @@ struct btrfs_fs_info {
struct mutex reloc_mutex;
struct list_head trans_list;
- struct list_head hashers;
struct list_head dead_roots;
struct list_head caching_block_groups;