cvs commit: src/sys/nfs4client nfs4_vfs_subs.c src/sys/nfsclient
nfs.h nfs_vfsops.c
Bruce Evans
bde at FreeBSD.org
Thu Jan 25 13:07:26 UTC 2007
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
More information about the cvs-src
mailing list