Date: Sat, 13 Sep 2008 18:57:47 +0000 (UTC) From: Craig Rodrigues <rodrigc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsclient nfs_vfsops.c Message-ID: <200809131858.m8DIw34C045730@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rodrigc 2008-09-13 18:57:47 UTC
FreeBSD src repository
Modified files:
sys/nfsclient nfs_vfsops.c
Log:
SVN rev 183005 on 2008-09-13 18:57:47Z by rodrigc
Add code to parse NFS mount options passed as individual
items of the nmount() iovec. This will allow us to move
away from gathering up all the NFS mount options as a single
"struct nfs_args" to be passed down through nmount().
This will make adding new NFS mount options much easier.
Many, many thanks to Doug Rabson, who took my initial patches and
cleaned them up.
Reviewed by: dfr
MFC after: 3 months
Revision Changes Path
1.214 +254 -23 src/sys/nfsclient/nfs_vfsops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809131858.m8DIw34C045730>
