Date: Fri, 10 Dec 2004 03:29:02 +0000 (UTC) From: Paul Saab <ps@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsclient nfs_vnops.c Message-ID: <200412100329.iBA3T23E010973@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ps 2004-12-10 03:29:02 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_vnops.c Log: In nfs_rename(), skip the otw rename operation if the fsync (to either src or dst) fails. This closes a potential data loss case (where the fsync failed with ENOSPC, for example). Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com Obtained from: Yahoo! Revision Changes Path 1.240 +10 -3 src/sys/nfsclient/nfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412100329.iBA3T23E010973>