Commit d27aed5e authored by Alexander Block's avatar Alexander Block Committed by Chris Mason
Browse files

Btrfs: remove unused use_list from send/receive code



use_list is a leftover and unused.

Signed-off-by: default avatarAlexander Block <ablock84@googlemail.com>
parent ccf1626b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 @@ out_cache:
	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;