From fa9d19d5b5a167a7b50a018bacf9d0bf68db9491 Mon Sep 17 00:00:00 2001 From: alfred Date: Mon, 12 Nov 2001 02:33:52 +0000 Subject: 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. --- sys/nfsclient/nfsargs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/nfsclient/nfsargs.h') diff --git a/sys/nfsclient/nfsargs.h b/sys/nfsclient/nfsargs.h index d53e4e0..7f4c636 100644 --- a/sys/nfsclient/nfsargs.h +++ b/sys/nfsclient/nfsargs.h @@ -94,5 +94,6 @@ struct nfs_args { #define NFSMNT_ACREGMAX 0x00080000 #define NFSMNT_ACDIRMIN 0x00100000 #define NFSMNT_ACDIRMAX 0x00200000 +#define NFSMNT_NOLOCKD 0x00400000 /* Locks are local */ #endif -- cgit v1.1