]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix up handling of the nfsmount structure in read and write
authorrmacklem <rmacklem@FreeBSD.org>
Tue, 19 Apr 2011 01:09:51 +0000 (01:09 +0000)
committerrmacklem <rmacklem@FreeBSD.org>
Tue, 19 Apr 2011 01:09:51 +0000 (01:09 +0000)
commit63db62466c61c3c13eeb01528bfda2ccc8ee7246
tree57ceea365406ae119573344145ea8dbf84cb8487
parent5d453d189da198a00524187df01f84abc7025773
Fix up handling of the nfsmount structure in read and write
within the experimental NFS client. Mostly add mutex locking
and use the same rsize, wsize during the operation by keeping
a local copy of it. This is another change that brings it
closer to the regular NFS client.

MFC after: 2 weeks
sys/fs/nfsclient/nfs_clrpcops.c