From: Steve Dickson Date: Sat, 23 Mar 2013 14:30:17 +0000 (-0400) Subject: mountd: regression in crossmounts X-Git-Tag: debian/1%1.2.8-1~11^2^2~19 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=ebe2826ca571a3959c3b5c8e29686c621f2775cf;hp=ebe2826ca571a3959c3b5c8e29686c621f2775cf;p=nfs-utils.git mountd: regression in crossmounts commit 8e2fb3fc cause a regression in mount export that are on different local file system. Exports like (all on different filesystems) /home *(rw,fsid=0,crossmnt) /home/fs1 *(rw,crossmnt) /home/fs1/fs2/fs3 *(rw,nohide) and then a mount of the root 'mount /home /mnt' would end up mounting /home/fs1/fs2/fs3 not /home Reverting the logic of commit 8e2fb3fc until a better solution can be found for the original problem. Signed-off-by: Steve Dickson ---