diff options
author | Rick Macklem <rmacklem@FreeBSD.org> | 2024-12-11 23:07:05 +0000 |
---|---|---|
committer | Rick Macklem <rmacklem@FreeBSD.org> | 2024-12-11 23:07:05 +0000 |
commit | 0e8a36a2ab1223ffb0cbdfd49383d8cf978cfa74 (patch) | |
tree | 4c83e756c38ab28febc968aa2788f16a5aec6631 /sys/x86 | |
parent | bf847ea31ae25953d115a57c77ff556e9641cd26 (diff) |
mount_nfs.c: Add an NFS mount option to set a port# for Mount
Normally mount_nfs acquires the port# for the NFS server's
Mount protocol (mountd(8)) via rpcbind/portmapper for
NFSv3 mounts.
This patch adds a new mount option, so that the mount
command can specify the port# and avoid using rpcbind
for NFSv3 mounts.
The new option is called "mountport" since that is what Linux
calls their mount option for the same semantics.
PR: 282481
Reviewed by: delphij
Tested by: Ronald Minnich <rminnich@gmail.com>
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D47743
Diffstat (limited to 'sys/x86')
0 files changed, 0 insertions, 0 deletions