diff options
author | Wang Shilong <wangsl-fnst@cn.fujitsu.com> | 2013-04-16 06:22:23 -0400 |
---|---|---|
committer | Josef Bacik <jbacik@fusionio.com> | 2013-05-06 15:54:56 -0400 |
commit | ccf7f29d1a23696ca69a981adbf7eda2e13c8635 (patch) | |
tree | 153329dff91992155f0fc0c6fb97c79fa28e5f2b /fs | |
parent | 0abd5b17249ea5ca49a3a9ad4285cac3dfa8c30b (diff) |
Btrfs: remove unused variable in the iterate_extent_inodes()
Signed-off-by: Wang Shilong <wangsl-fnst@cn.fujitsu.com>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/btrfs/backref.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/backref.c b/fs/btrfs/backref.c index 8623c74dfa08..23e927b191c9 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, | |||
1464 | iterate_extent_inodes_t *iterate, void *ctx) | 1464 | iterate_extent_inodes_t *iterate, void *ctx) |
1465 | { | 1465 | { |
1466 | int ret; | 1466 | int ret; |
1467 | struct list_head data_refs = LIST_HEAD_INIT(data_refs); | ||
1468 | struct list_head shared_refs = LIST_HEAD_INIT(shared_refs); | ||
1469 | struct btrfs_trans_handle *trans; | 1467 | struct btrfs_trans_handle *trans; |
1470 | struct ulist *refs = NULL; | 1468 | struct ulist *refs = NULL; |
1471 | struct ulist *roots = NULL; | 1469 | struct ulist *roots = NULL; |