Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/raidframe



Module Name:    src
Committed By:   oster
Date:           Tue Feb 14 01:13:33 UTC 2006

Modified Files:
        src/sys/dev/raidframe: rf_driver.c rf_psstatus.c rf_psstatus.h

Log Message:
RAIDframe was erroneously re-initializing the Parity Stripe Status
pool each time a new array was configured.  This causes grief
with things like 'vmstat -m' by causing it to loop.  Make RAIDframe
only initialize PSS bits once.

Pointed out by simonb@.  Fix tested by simonb@. Thanks!


To generate a diff of this commit:
cvs rdiff -r1.109 -r1.110 src/sys/dev/raidframe/rf_driver.c
cvs rdiff -r1.30 -r1.31 src/sys/dev/raidframe/rf_psstatus.c
cvs rdiff -r1.12 -r1.13 src/sys/dev/raidframe/rf_psstatus.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index