From: Omar Sandoval <osandov@xxxxxx> This is v2 of [1]. Changes from v1: - Split out removing commented-out code to new patch 1 and removed a related comment block. - Made subvol_path const char * in patch 2. - Added test case as patch 4. - Fixed wrong signed-off-by. Thanks, Omar 1: https://lore.kernel.org/linux-btrfs/cover.1563600688.git.osandov@xxxxxx/T/#u Omar Sandoval (4): btrfs-progs: receive: remove commented out transid checks btrfs-progs: receive: get rid of unnecessary strdup() btrfs-progs: receive: don't lookup clone root for received subvolume btrfs-progs: tests: add test for receiving clone from duplicate subvolume cmds/receive.c | 50 ++++--------------- .../test.sh | 34 +++++++++++++ 2 files changed, 45 insertions(+), 39 deletions(-) create mode 100755 tests/misc-tests/038-receive-clone-from-current-subvolume/test.sh -- 2.22.0
