Searched hist:"2 d679fc75678551485df62274edaed452becd16d" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/md/bcache/ |
H A D | writeback.h | diff 2d679fc75678551485df62274edaed452becd16d Sat Aug 17 04:13:15 CDT 2013 Kent Overstreet <kmo@daterainc.com> bcache: Stripe size isn't necessarily a power of two
Originally I got this right... except that the divides didn't use do_div(), which broke 32 bit kernels. When I went to fix that, I forgot that the raid stripe size usually isn't a power of two... doh
Signed-off-by: Kent Overstreet <kmo@daterainc.com>
|
H A D | sysfs.c | diff 2d679fc75678551485df62274edaed452becd16d Sat Aug 17 04:13:15 CDT 2013 Kent Overstreet <kmo@daterainc.com> bcache: Stripe size isn't necessarily a power of two
Originally I got this right... except that the divides didn't use do_div(), which broke 32 bit kernels. When I went to fix that, I forgot that the raid stripe size usually isn't a power of two... doh
Signed-off-by: Kent Overstreet <kmo@daterainc.com>
|
H A D | writeback.c | diff 2d679fc75678551485df62274edaed452becd16d Sat Aug 17 04:13:15 CDT 2013 Kent Overstreet <kmo@daterainc.com> bcache: Stripe size isn't necessarily a power of two
Originally I got this right... except that the divides didn't use do_div(), which broke 32 bit kernels. When I went to fix that, I forgot that the raid stripe size usually isn't a power of two... doh
Signed-off-by: Kent Overstreet <kmo@daterainc.com>
|
H A D | bcache.h | diff 2d679fc75678551485df62274edaed452becd16d Sat Aug 17 04:13:15 CDT 2013 Kent Overstreet <kmo@daterainc.com> bcache: Stripe size isn't necessarily a power of two
Originally I got this right... except that the divides didn't use do_div(), which broke 32 bit kernels. When I went to fix that, I forgot that the raid stripe size usually isn't a power of two... doh
Signed-off-by: Kent Overstreet <kmo@daterainc.com>
|
H A D | super.c | diff 2d679fc75678551485df62274edaed452becd16d Sat Aug 17 04:13:15 CDT 2013 Kent Overstreet <kmo@daterainc.com> bcache: Stripe size isn't necessarily a power of two
Originally I got this right... except that the divides didn't use do_div(), which broke 32 bit kernels. When I went to fix that, I forgot that the raid stripe size usually isn't a power of two... doh
Signed-off-by: Kent Overstreet <kmo@daterainc.com>
|