]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC: r317931
authorrmacklem <rmacklem@FreeBSD.org>
Mon, 22 May 2017 21:41:34 +0000 (21:41 +0000)
committerrmacklem <rmacklem@FreeBSD.org>
Mon, 22 May 2017 21:41:34 +0000 (21:41 +0000)
commitf5baa0d22d1f068438b4c923f6f4ed878b122aeb
tree42a17787d7fed32d417cef2ecc43b783a5b4b1c8
parent87da3c7de48079c45bacc39d57ef997d3e47cc75
MFC: r317931
Fix mount_nfs so that it doesn't create mounttab entries for NFSv4 mounts.

The NFSv4 protocol doesn't use the Mount protocol, so it doesn't make sense
to add an entry for an NFSv4 mount to /var/db/mounttab. Also, r308871
modified umount so that it doesn't remove any entry created by mount_nfs.
sbin/mount_nfs/mount_nfs.c