X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=fs%2Fbtrfs%2Fsend.c;h=a87675ffd02b33a9766eb229eea2b3b4200b783e;hb=ef0c803e6a58fe2ec01aaebfa0ab4e742d22e52c;hp=efe129fe26788c1078d737a2bc238373c2efcbac;hpb=d520519518de1423c1a7b7df1a008e58e33de9f8;p=deliverable%2Flinux.git diff --git a/fs/btrfs/send.c b/fs/btrfs/send.c index efe129fe2678..a87675ffd02b 100644 --- a/fs/btrfs/send.c +++ b/fs/btrfs/send.c @@ -4268,10 +4268,12 @@ static int process_all_refs(struct send_ctx *sctx, } btrfs_release_path(path); + /* + * We don't actually care about pending_move as we are simply + * re-creating this inode and will be rename'ing it into place once we + * rename the parent directory. + */ ret = process_recorded_refs(sctx, &pending_move); - /* Only applicable to an incremental send. */ - ASSERT(pending_move == 0); - out: btrfs_free_path(path); return ret;