K 10 svn:author V 7 iedowse K 8 svn:date V 27 2003-05-28T13:22:10.000000Z K 7 svn:log V 570 In cluster_wbuild(), initialise b_iocmd to BIO_WRITE before calling buf_start() to avoid triggering a panic in softdep_disk_io_initiation() if b_iocmd happened to be BIO_READ. The later initialisation of b_iocmd in cluster_wbuild() could probably be moved to before the buf_start() call, but this patch keeps the change as simple as possible. This is reported to fix occasional "softdep_disk_io_initiation: read" panics, especially on NFS servers. Reported by: Nick Hilliard Tested by: Nick Hilliard Approved by: re (rwatson) END