summaryrefslogtreecommitdiff
path: root/fs/btrfs/send.c
diff options
context:
space:
mode:
authorAlexander Block <ablock84@googlemail.com>2012-07-28 10:04:16 (GMT)
committerChris Mason <chris.mason@fusionio.com>2012-10-01 19:18:48 (GMT)
commitd27aed5e24f8e7bb2b0d11e7a579f2bbdebafc2f (patch)
tree53dc49ebd3fc85fc0ce513b692ca391de5058539 /fs/btrfs/send.c
parentccf1626b49a94d66f3bb58d634888049ac695b46 (diff)
downloadlinux-d27aed5e24f8e7bb2b0d11e7a579f2bbdebafc2f.tar.xz
Btrfs: remove unused use_list from send/receive code
use_list is a leftover and unused. Signed-off-by: Alexander Block <ablock84@googlemail.com>
Diffstat (limited to 'fs/btrfs/send.c')
-rw-r--r--fs/btrfs/send.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/send.c b/fs/btrfs/send.c
index 328654e..f1d44b1 100644
--- a/fs/btrfs/send.c
+++ b/fs/btrfs/send.c
@@ -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;