Files
linux/drivers
NeilBrown be51269103 md: bitmap: improve bitmap maintenance code.
The code for checking which bits in the bitmap can be cleared
has 2 problems:
 1/ it repeatedly takes and drops a spinlock, where it would make
    more sense to just hold on to it most of the time.
 2/ it doesn't make use of some opportunities to skip large sections
    of the bitmap

This patch fixes those.  It will only affect CPU consumption, not
correctness.

Signed-off-by: NeilBrown <neilb@suse.de>
2009-05-26 09:41:17 +10:00
..
2009-05-22 07:30:41 -07:00
2009-04-21 13:41:51 -07:00
2009-05-18 08:36:21 -07:00
2009-04-14 19:46:19 -07:00
2009-05-22 21:47:52 -07:00
2009-04-05 00:32:22 +02:00