Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/nfs
Module Name: src
Committed By: yamt
Date: Sat Oct 14 09:18:57 UTC 2006
Modified Files:
src/sys/nfs: nfs_subs.c nfs_vnops.c
Log Message:
grab glock when calling uvm_unp_setsize, so that it doesn't interfere
mmap'ed accesses. this fixes an assertion failure in in nfs_doio_read.
("vp->v_size >= uiop->uio_offset + uiop->uio_resid")
To generate a diff of this commit:
cvs rdiff -r1.173 -r1.174 src/sys/nfs/nfs_subs.c
cvs rdiff -r1.243 -r1.244 src/sys/nfs/nfs_vnops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index