On Mon, Jan 14, 2019 at 2:08 PM David Disseldorp <dd...@suse.de> wrote: > > On Mon, 14 Jan 2019 13:31:46 +0000, fdman...@kernel.org wrote: > > > From: Filipe Manana <fdman...@suse.com> > > > > Add a test for a scenario that used to fail due to find_mount_root() > > incorrectly determining the mount point for the receive path due to the > > fact that a different mount point with a path that is a prefix of the > > receive path exists. > > > > This is fixed by a recent patch titled: > > > > "Btrfs-progs: fix mount point detection due to partial prefix match" > > > > Reported-by: David Disseldorp <d...@suse.com> > > My address has an extra 's' (ddiss). This also applies to PATCH 1/3.
Ops. David can probably correct that when he picks the patch, otherwise I'll send a new version. Thanks. > > > Signed-off-by: Filipe Manana <fdman...@suse.com> > > --- > > .../034-receive-common-mount-point-prefix/test.sh | 47 > > ++++++++++++++++++++++ > > 1 file changed, 47 insertions(+) > > create mode 100755 > > tests/misc-tests/034-receive-common-mount-point-prefix/test.sh > > Looks good. > Reviewed-by: David Disseldorp <dd...@suse.de>