On Mon, Jul 22, 2019 at 12:15:02PM -0700, Omar Sandoval wrote:
> From: Omar Sandoval <osandov@xxxxxx>
>
> The checks for a subvolume being modified after it was received have
> been commented out since they were added back in commit f1c24cd80dfd
> ("Btrfs-progs: add btrfs send/receive commands"). Let's just get rid of
> the noise.
>
> Signed-off-by: Omar Sandoval <osandov@xxxxxx>
> ---
> cmds/receive.c | 25 -------------------------
> 1 file changed, 25 deletions(-)
>
> diff --git a/cmds/receive.c b/cmds/receive.c
> index b97850a7..830ed082 100644
> --- a/cmds/receive.c
> +++ b/cmds/receive.c
> @@ -344,15 +344,6 @@ static int process_snapshot(const char *path, const u8 *uuid, u64 ctransid,
> parent_subvol->path[sub_len - root_len - 1] = '\0';
> }
> }
> - /*if (rs_args.ctransid > rs_args.rtransid) {
This looks like a (missing) sanity check, don't we want it?