Date: Thu, 14 Apr 2011 21:49:52 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/nfs nfs_commonsubs.c nfs_var.h src/sys/fs/nfsclient nfs_clport.c nfs_clrpcops.c nfs_clstate.c src/sys/fs/nfsserver nfs_nfsdport.c nfs_nfsdserv.c Message-ID: <201104142150.p3ELo8GB021053@repoman.freebsd.org>
index | next in thread | raw e-mail
rmacklem 2011-04-14 21:49:52 UTC
FreeBSD src repository
Modified files:
sys/fs/nfs nfs_commonsubs.c nfs_var.h
sys/fs/nfsclient nfs_clport.c nfs_clrpcops.c nfs_clstate.c
sys/fs/nfsserver nfs_nfsdport.c nfs_nfsdserv.c
Log:
SVN rev 220645 on 2011-04-14 21:49:52Z by rmacklem
Modify the experimental NFSv4 server so that it handles
crossing of server mount points properly. The functions
nfsvno_fillattr() and nfsv4_fillattr() were modified to
take the extra arguments that are the mount point, a flag
to indicate that it is a file system root and the mounted
on fileno. The mount point argument needs to be busy when
nfsvno_fillattr() is called, since the vp argument is not
locked.
Reviewed by: kib
MFC after: 2 weeks
Revision Changes Path
1.10 +18 -18 src/sys/fs/nfs/nfs_commonsubs.c
1.24 +4 -4 src/sys/fs/nfs/nfs_var.h
1.16 +2 -2 src/sys/fs/nfsclient/nfs_clport.c
1.15 +2 -2 src/sys/fs/nfsclient/nfs_clrpcops.c
1.19 +3 -2 src/sys/fs/nfsclient/nfs_clstate.c
1.47 +54 -17 src/sys/fs/nfsserver/nfs_nfsdport.c
1.16 +46 -6 src/sys/fs/nfsserver/nfs_nfsdserv.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104142150.p3ELo8GB021053>
