Btrfs: remove unused use_list from send/receive code

use_list is a leftover and unused.

Signed-off-by: Alexander Block <ablock84@googlemail.com>
This commit is contained in:
Alexander Block 2012-07-28 12:04:16 +02:00 committed by Chris Mason
parent ccf1626b49
commit d27aed5e24

View file

@ -125,7 +125,6 @@ struct send_ctx {
struct name_cache_entry {
struct list_head list;
struct list_head use_list;
u64 ino;
u64 gen;
u64 parent_ino;
@ -1906,7 +1905,6 @@ static int __get_cur_name_and_parent(struct send_ctx *sctx,
nce->name_len = fs_path_len(dest);
nce->ret = ret;
strcpy(nce->name, dest->start);
memset(&nce->use_list, 0, sizeof(nce->use_list));
if (ino < sctx->send_progress)
nce->need_later_update = 0;