From: Kent Overstreet Date: Sat, 17 Aug 2013 09:13:15 +0000 (-0700) Subject: bcache: Stripe size isn't necessarily a power of two X-Git-Tag: v3.13-rc1~68^2~1^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d679fc75678551485df62274edaed452becd16d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed