Date: Thu, 25 Jan 2007 13:07:25 +0000 (UTC) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs4client nfs4_vfs_subs.c src/sys/nfsclient nfs.h nfs_vfsops.c Message-ID: <200701251307.l0PD7PeT021359@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2007-01-25 13:07:25 UTC FreeBSD src repository Modified files: sys/nfs4client nfs4_vfs_subs.c sys/nfsclient nfs.h nfs_vfsops.c Log: Unstaticize nfs_iosize() in nfsclient and use it in nfs4client instead of duplicating it except for larger style bugs in the copy. Fix some nearby style bugs (including a harmless type mismatch) in and near the remaining copy. This is part of fixing collisions of the 2 nfs*client's names. Even static names should have a unique prefixes so that they can be debugged easily. Revision Changes Path 1.5 +0 -18 src/sys/nfs4client/nfs4_vfs_subs.c 1.98 +1 -0 src/sys/nfsclient/nfs.h 1.190 +6 -7 src/sys/nfsclient/nfs_vfsops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701251307.l0PD7PeT021359>