]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r308871
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 3 Dec 2016 21:56:46 +0000 (21:56 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 3 Dec 2016 21:56:46 +0000 (21:56 +0000)
commit32c25f5a8a8d204c57d594b31f0c8432f26e4c0c
tree03050755991d18096718c2dc961c1f5b67cd42a8
parent9ad24fed74375bb89474f27f48216397dd019e9c
MFC: r308871
Modify umount so that it does not do an Unmount RPC for NFSv4 mounts
and uses TCP for the Unmount RPC if the mount is over TCP.
Without this patch, umount does an Unmount RPC over UDP for all NFS mounts.

git-svn-id: svn://svn.freebsd.org/base/stable/10@309518 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sbin/umount/umount.c