]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Modify mountd to handle the experimental nfs server as well as the
authorRick Macklem <rmacklem@FreeBSD.org>
Wed, 27 May 2009 22:02:54 +0000 (22:02 +0000)
committerRick Macklem <rmacklem@FreeBSD.org>
Wed, 27 May 2009 22:02:54 +0000 (22:02 +0000)
commitbcc1d0716ae785211580346f522fbb2e22e5a240
tree43c3aad9670f965a1e1d4f43b411f4b84fe3df44
parente3503bc98db538386bee9f5f47d27a58cd238b61
Modify mountd to handle the experimental nfs server as well as the
regular one. It now takes a "-4" command line argument to force it
to use the experimental server. Otherwise it will use the regular
server unless the experimental server is the only one linked into
the kernel. A third kind of line has been added to /etc/exports,
which is specific to NFSv4 and defines where the NFSv4 tree root is
and can be used to limit access to NFSv4 state handling operations
that do not use any file handle.

Approved by: kib (mentor)
usr.sbin/mountd/exports.5
usr.sbin/mountd/mountd.8
usr.sbin/mountd/mountd.c