Date: Mon, 6 Dec 2004 16:35:58 +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: <200412061635.iB6GZww4088792@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ps 2004-12-06 16:35:58 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_vnops.c Log: - If all data has been committed to stable storage on the server, it is safe to turn off the nfsnode's NMODIFIED flag. - Move the check for signals to the top of the loop where we loop around the dirty buffers on the vnode, scheduling writes. This ensures that we'll break ouf of the flush operation on reception of a signal. Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com Revision Changes Path 1.234 +7 -3 src/sys/nfsclient/nfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412061635.iB6GZww4088792>