K 10 svn:author V 3 dfr K 8 svn:date V 27 1997-06-03T10:03:40.000000Z K 7 svn:log V 360 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 END