sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separatemodule that can be used by both the regular and experimental nfsclients. This fixes the problem reported by jh@ where /dev/nfslo
Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separatemodule that can be used by both the regular and experimental nfsclients. This fixes the problem reported by jh@ where /dev/nfslockwould 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.Reviewed by: jhMFC after: 2 weeks
show more ...