Date: Tue, 3 Jun 1997 03:03:44 -0700 (PDT) From: Doug Rabson <dfr@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/nfs nfs_vnops.c Message-ID: <199706031003.DAA20356@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dfr 1997/06/03 03:03:44 PDT Modified files: sys/nfs nfs_vnops.c Log: Fix a problem with nfs_flush where if many B_NEEDCOMMIT buffers are attached to the vnode, some of them could be re-written synchronously (if they overflowed the fixed size array nfs_flush had for them). The fix involves mallocing an array if there are more than its limited size stack buffer. Reviewed by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp> Revision Changes Path 1.52 +50 -8 src/sys/nfs/nfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706031003.DAA20356>