From: Wang Shilong Date: Tue, 16 Apr 2013 10:22:23 +0000 (+0000) Subject: Btrfs: remove unused variable in the iterate_extent_inodes() X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ccf7f29d1a23696ca69a981adbf7eda2e13c8635;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git Btrfs: remove unused variable in the iterate_extent_inodes() Signed-off-by: Wang Shilong Signed-off-by: Josef Bacik --- diff --git a/fs/btrfs/backref.c b/fs/btrfs/backref.c index 8623c74dfa0..23e927b191c 100644 --- a/fs/btrfs/backref.c +++ b/fs/btrfs/backref.c @@ -1464,8 +1464,6 @@ int iterate_extent_inodes(struct btrfs_fs_info *fs_info, iterate_extent_inodes_t *iterate, void *ctx) { int ret; - struct list_head data_refs = LIST_HEAD_INIT(data_refs); - struct list_head shared_refs = LIST_HEAD_INIT(shared_refs); struct btrfs_trans_handle *trans; struct ulist *refs = NULL; struct ulist *roots = NULL;