From patchwork Tue Apr 16 10:22:23 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Shilong X-Patchwork-Id: 2448741 Return-Path: X-Original-To: patchwork-linux-btrfs@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id ECE4F3FD8C for ; Tue, 16 Apr 2013 10:19:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755033Ab3DPKTN (ORCPT ); Tue, 16 Apr 2013 06:19:13 -0400 Received: from cn.fujitsu.com ([222.73.24.84]:49401 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1753695Ab3DPKTM (ORCPT ); Tue, 16 Apr 2013 06:19:12 -0400 X-IronPort-AV: E=Sophos;i="4.87,485,1363104000"; d="scan'208";a="7066858" Received: from unknown (HELO tang.cn.fujitsu.com) ([10.167.250.3]) by song.cn.fujitsu.com with ESMTP; 16 Apr 2013 18:16:31 +0800 Received: from fnstmail02.fnst.cn.fujitsu.com (tang.cn.fujitsu.com [127.0.0.1]) by tang.cn.fujitsu.com (8.14.3/8.13.1) with ESMTP id r3GAJ59n030997 for ; Tue, 16 Apr 2013 18:19:09 +0800 Received: from [127.0.0.1] ([10.167.233.203]) by fnstmail02.fnst.cn.fujitsu.com (Lotus Domino Release 8.5.3) with ESMTP id 2013041618165100-591907 ; Tue, 16 Apr 2013 18:16:51 +0800 Message-ID: <516D265F.4020806@cn.fujitsu.com> Date: Tue, 16 Apr 2013 18:22:23 +0800 From: Wang Shilong User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Linux Btrfs Subject: [PATCH] Btrfs: remove unused variable in the iterate_extent_inodes() X-MIMETrack: Itemize by SMTP Server on mailserver/fnst(Release 8.5.3|September 15, 2011) at 2013/04/16 18:16:51, Serialize by Router on mailserver/fnst(Release 8.5.3|September 15, 2011) at 2013/04/16 18:17:48, Serialize complete at 2013/04/16 18:17:48 Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org Signed-off-by: Wang Shilong --- fs/btrfs/backref.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) -- 1.7.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/fs/btrfs/backref.c b/fs/btrfs/backref.c index bd605c8..fa531e8 100644 --- a/fs/btrfs/backref.c +++ b/fs/btrfs/backref.c @@ -1461,8 +1461,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;