summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Mason <clm@fb.com>2015-12-30 07:37:26 -0800
committerChris Mason <clm@fb.com>2015-12-30 07:37:26 -0800
commitb4570aa994b8fdb3a9c04ed80a6cac69072d4d42 (patch)
treea956eff0401d7d86081b18cf97e4886b6a7435e3
parent140e639f1a3ff052c3921818e2120fdfa4427681 (diff)
downloadop-kernel-dev-b4570aa994b8fdb3a9c04ed80a6cac69072d4d42.zip
op-kernel-dev-b4570aa994b8fdb3a9c04ed80a6cac69072d4d42.tar.gz
btrfs: fix compiling with CONFIG_BTRFS_DEBUG enabled.
Merging in the free space tree deleted a variable needed when CONFIG_BTRFS_DEBUG=y Signed-off-by: Chris Mason <clm@fb.com>
-rw-r--r--fs/btrfs/extent-tree.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c
index 0617cb7..83fc61d 100644
--- a/fs/btrfs/extent-tree.c
+++ b/fs/btrfs/extent-tree.c
@@ -543,11 +543,13 @@ static noinline void caching_thread(struct btrfs_work *work)
struct btrfs_block_group_cache *block_group;
struct btrfs_fs_info *fs_info;
struct btrfs_caching_control *caching_ctl;
+ struct btrfs_root *extent_root;
int ret;
caching_ctl = container_of(work, struct btrfs_caching_control, work);
block_group = caching_ctl->block_group;
fs_info = block_group->fs_info;
+ extent_root = fs_info->extent_root;
mutex_lock(&caching_ctl->mutex);
down_read(&fs_info->commit_root_sem);
OpenPOWER on IntegriCloud