Module Name: src Committed By: bouyer Date: Sat Sep 7 16:08:13 UTC 2013
Modified Files: src/sys/nfs [netbsd-6]: nfs_bio.c Log Message: Pull up following revision(s) (requested by hannken in ticket #933): sys/nfs/nfs_bio.c: revision 1.189 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(). =20 Presented on tech-kern@ =20 Fix for PR kern/47980 (NFS over-quota not detected if utimes() called before fsync()/close()) =20 =20 To generate a diff of this commit: cvs rdiff -u -r1.188 -r1.188.8.1 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.