Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Nov 2001 18:33:53 -0800 (PST)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/mount_nfs mount_nfs.8 mount_nfs.c src/sys/nfsclient nfs_vfsops.c nfs_vnops.c nfsargs.h
Message-ID:  <200111120233.fAC2XrA93930@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alfred      2001/11/11 18:33:53 PST

  Modified files:
    sbin/mount_nfs       mount_nfs.8 mount_nfs.c 
    sys/nfsclient        nfs_vfsops.c nfs_vnops.c nfsargs.h 
  Log:
  Allow users to use the 'nolockd' or -L options with mount_nfs in order
  to avoid the need for rpc.lockd to perform client locks.  Using
  this option a user can revert back to using local locks for NFS mounts
  like we did before we had rpc.lockd.
  
  Revision  Changes    Path
  1.31      +20 -2     src/sbin/mount_nfs/mount_nfs.8
  1.48      +8 -2      src/sbin/mount_nfs/mount_nfs.c
  1.107     +3 -3      src/sys/nfsclient/nfs_vfsops.c
  1.179     +6 -1      src/sys/nfsclient/nfs_vnops.c
  1.64      +1 -0      src/sys/nfsclient/nfsargs.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111120233.fAC2XrA93930>