Loading fs/btrfs/send.c +0 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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; Loading Loading
fs/btrfs/send.c +0 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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; Loading