]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r347027-r347028: libbe(3) mountpoint handling fixes
authorKyle Evans <kevans@FreeBSD.org>
Mon, 6 May 2019 02:10:04 +0000 (02:10 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Mon, 6 May 2019 02:10:04 +0000 (02:10 +0000)
commit1b33ee4e2a8d2e95cae348186282b1b7ba0198f0
tree46dc62a35bcc3daf061842f9429b237092318e1c
parentb2e7f77c5051e36d64c7a46909b6cd7a267fe79a
MFC r347027-r347028: libbe(3) mountpoint handling fixes

r347027:
libbe(3): Properly mount BEs with mountpoint=none

Instead of pretending to successfully mount them while not actually
mounting anything, we'll now actually mount them *and* claim we mounted them
successfully.

Reported by: ler

r347028:
libbe: set mountpoint=none in be_import

If we're going to set a mountpoint at all, mountpoint=none makes more sense
than mountpoint=/.
lib/libbe/be.c
lib/libbe/be_access.c