Date: Thu, 25 Jan 2007 14:18:40 +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_vfsops.c Message-ID: <200701251418.l0PEIe3t037976@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701251418.l0PEIe3t037976>
