Date: Fri, 29 Apr 2011 18:17:01 +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: <201104291817.p3TIHHOq030715@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rmacklem 2011-04-29 18:17:01 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
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 221213 on 2011-04-29 18:17:01Z by rmacklem
MFC: r220645
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.
Revision Changes Path
1.3.2.8 +18 -18 src/sys/fs/nfs/nfs_commonsubs.c
1.6.2.19 +4 -4 src/sys/fs/nfs/nfs_var.h
1.5.2.10 +2 -2 src/sys/fs/nfsclient/nfs_clport.c
1.4.2.12 +2 -2 src/sys/fs/nfsclient/nfs_clrpcops.c
1.7.2.13 +3 -2 src/sys/fs/nfsclient/nfs_clstate.c
1.15.2.31 +54 -17 src/sys/fs/nfsserver/nfs_nfsdport.c
1.5.2.12 +46 -6 src/sys/fs/nfsserver/nfs_nfsdserv.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104291817.p3TIHHOq030715>
