]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix detection of file system being shared. After this change commands like:
authorpjd <pjd@FreeBSD.org>
Mon, 7 Sep 2009 20:10:33 +0000 (20:10 +0000)
committerpjd <pjd@FreeBSD.org>
Mon, 7 Sep 2009 20:10:33 +0000 (20:10 +0000)
commit4b161aa66e03307c4466c9e3e4dc6f0a5256d787
tree1023f27bbbc257decb331e23ba827ee8257eec51
parent0f8362ba49feee6e33adb1dff4fb3d0f0dfae2e4
Fix detection of file system being shared. After this change commands like:

# zfs unshare -a
# zfs destroy foo/bar
# zfs rename foo/bar foo/baz

should properly remove exported file systems.

MFC after: 3 days
cddl/contrib/opensolaris/lib/libzfs/common/libzfs_mount.c