Module Name: src Committed By: pooka Date: Tue Mar 2 23:19:09 UTC 2010
Modified Files: src/sys/nfs: files.nfs nfs.h nfs_bootparam.c nfs_socket.c nfs_subs.c nfs_var.h nfs_vfsops.c Added Files: src/sys/nfs: nfs_clntsocket.c nfs_clntsubs.c Log Message: Get rid of dependency on fs_nfs.h, i.e. source modules with conditional content depending on if the NFS client is wanted or not. The server can now be made an independent module not depending on the nfs client. Tested with rump_nfs (standalone client), rump_nfsd (standalone nfsd) and a qemu installation with both the client and the server. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/nfs/files.nfs cvs rdiff -u -r1.71 -r1.72 src/sys/nfs/nfs.h cvs rdiff -u -r1.35 -r1.36 src/sys/nfs/nfs_bootparam.c cvs rdiff -u -r0 -r1.1 src/sys/nfs/nfs_clntsocket.c \ src/sys/nfs/nfs_clntsubs.c cvs rdiff -u -r1.186 -r1.187 src/sys/nfs/nfs_socket.c cvs rdiff -u -r1.218 -r1.219 src/sys/nfs/nfs_subs.c cvs rdiff -u -r1.89 -r1.90 src/sys/nfs/nfs_var.h cvs rdiff -u -r1.210 -r1.211 src/sys/nfs/nfs_vfsops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.