cvs commit: src/sys/nfs4client nfs4_vfsops.c
Bruce Evans
bde at FreeBSD.org
Thu Jan 25 14:18:40 UTC 2007
bde 2007-01-25 14:18:40 UTC
FreeBSD src repository
Modified files:
sys/nfs4client nfs4_vfsops.c
Log:
Rename some functions and variables (mainly vfsops entry points) from
nfs_* to nfs4_* to avoid collisions with nfsclient's names. Even
static names should have a unique prefix so that they can be debugged
easily.
Most of the renamed functions can probably be shared. nfs4_cmount()
and nfs4_sync() are identical to the nfs_* versions, and all the others
except nfs4_vfsops() seem to be idendentical except for style bugs,
missing support for mountroot, and bugs.
Fix some nearby style bugs.
Remove duplicate $FreeBSD$.
Revision Changes Path
1.27 +32 -37 src/sys/nfs4client/nfs4_vfsops.c
More information about the cvs-src
mailing list