mbox series

[0/2] btrfs-progs: fix clone from wrong subvolume

Message ID cover.1563600688.git.osandov@fb.com (mailing list archive)
Headers show
Series btrfs-progs: fix clone from wrong subvolume | expand

Message

Omar Sandoval July 20, 2019, 5:39 a.m. UTC
From: Omar Sandoval <osandov@fb.com>

Hi,

This series is a couple of minor fixes to btrfs receive. Patch 1 fixes a
missing strdup() return value check by getting rid of the strdup().
Patch 2 (the more important one) fixes a receive error when the same
subvolume is received multiple times.

Thanks,
Omar

Omar Sandoval (2):
  btrfs-progs: receive: get rid of unnecessary strdup()
  btrfs-progs: receive: don't lookup clone root for received subvolume

 cmds/receive.c | 41 +++++++++++------------------------------
 1 file changed, 11 insertions(+), 30 deletions(-)