]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r347027-r347028: libbe(3) mountpoint handling fixes
authorkevans <kevans@FreeBSD.org>
Mon, 6 May 2019 02:10:04 +0000 (02:10 +0000)
committerkevans <kevans@FreeBSD.org>
Mon, 6 May 2019 02:10:04 +0000 (02:10 +0000)
commit9f659dbb86f206b42af9b54a49ac1dc4cb3f4543
treec3a77bfa25a89a3e809cc6a272c0b67f9f2f04ea
parente7d6e0c42154afa53b28e83855fc80e8835a7df6
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