Module Name: src Committed By: hannken Date: Mon Aug 12 17:46:38 UTC 2013
Modified Files: src/sys/nfs: nfs_bio.c Log Message: Function nfs_vinvalbuf() ignores errors from vinvalbuf() and therefore delayed write errors may get lost. Change nfs_vinvalbuf() to keep errors from vinvalbuf() for fsync() or close(). Presented on tech-kern@ Fix for PR kern/47980 (NFS over-quota not detected if utimes() called before fsync()/close()) To generate a diff of this commit: cvs rdiff -u -r1.188 -r1.189 src/sys/nfs/nfs_bio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.