Date: Tue, 16 Feb 2010 20:00:21 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/modules/nfs_common Makefile src/sys/modules/nfsclient Makefile src/sys/modules/nfsserver Makefile src/sys/nfs nfs_common.c src/sys/nfsclient nfs_vfsops.c src/sys/nfsserver nfs_srvsubs.c Message-ID: <201002162001.o1GK1Fev069789@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2010-02-16 20:00:21 UTC FreeBSD src repository Modified files: sys/modules/nfsclient Makefile sys/modules/nfsserver Makefile sys/nfs nfs_common.c sys/nfsclient nfs_vfsops.c sys/nfsserver nfs_srvsubs.c Added files: sys/modules/nfs_common Makefile Log: SVN rev 203968 on 2010-02-16 20:00:21Z by marius Factor out the code shared between NFS client and server into its own module. With r203732 it became apparent that creating the sysctl nodes twice causes at least a warning, however the whole code shouldn't be present twice in the first place. Discussed with: rmacklem Revision Changes Path 1.1 +8 -0 src/sys/modules/nfs_common/Makefile (new) 1.42 +2 -2 src/sys/modules/nfsclient/Makefile 1.32 +2 -2 src/sys/modules/nfsserver/Makefile 1.125 +15 -5 src/sys/nfs/nfs_common.c 1.233 +1 -0 src/sys/nfsclient/nfs_vfsops.c 1.168 +1 -0 src/sys/nfsserver/nfs_srvsubs.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002162001.o1GK1Fev069789>