CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/07/05 22:41:16
Modified files:
sys/kern : vfs_syscalls.c
Log message:
VOP_GETATTR() can sleep when accessing a file over NFS, so use
FREF()/FRELE() in lseek() so our struct file doesn't disappear in the
mean time.
Incorporating suggestions from tedu@ and guenther@; ok guenther@
