NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/47980 CVS commit: [netbsd-6] src/sys/nfs



The following reply was made to PR kern/47980; it has been noted by GNATS.

From: "Manuel Bouyer" <bouyer%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/47980 CVS commit: [netbsd-6] src/sys/nfs
Date: Sat, 7 Sep 2013 16:08:13 +0000

 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.
 


Home | Main Index | Thread Index | Old Index