K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2010-08-07T01:05:02.436210Z K 7 svn:log V 481 MFC: r210455, r210456 Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separate module that can be used by both the regular and experimental nfs clients. This fixes the problem reported by jh@ where /dev/nfslock would be registered twice when both nfs clients were used. I also defined the size of the lm_fh field to be the correct value, as it should be the maximum size of an NFSv3 file handle. Also fix the include path for nfs_lock.h for usr.sbin/rpc.lockd/kern.c. END