NetBSD-Bugs archive

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

PR/47980 CVS commit: src/sys/nfs



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

From: "Juergen Hannken-Illjes" <hannken%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/47980 CVS commit: src/sys/nfs
Date: Mon, 12 Aug 2013 17:46:38 +0000

 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.
 


Home | Main Index | Thread Index | Old Index