]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - src/patches/suse-2.6.27.39/patches.fixes/0020-md-support-bitmaps-on-RAID10-arrays-larger-then-2-te.patch
Imported linux-2.6.27.39 suse/xen patches.
[people/teissler/ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.fixes / 0020-md-support-bitmaps-on-RAID10-arrays-larger-then-2-te.patch
similarity index 95%
rename from src/patches/suse-2.6.27.31/patches.fixes/0020-md-support-bitmaps-on-RAID10-arrays-larger-then-2-te.patch
rename to src/patches/suse-2.6.27.39/patches.fixes/0020-md-support-bitmaps-on-RAID10-arrays-larger-then-2-te.patch
index 97363c01fd2088346f72a1da8271f8afca5b20cb..be09323994423c2944b4f4f2d29137c97012b00a 100644 (file)
@@ -31,7 +31,7 @@ Signed-off-by: NeilBrown <neilb@suse.de>
        /* now that chunksize and chunkshift are set, we can use these macros */
 -      chunks = (blocks + CHUNK_BLOCK_RATIO(bitmap) - 1) /
 -                      CHUNK_BLOCK_RATIO(bitmap);
-+      chunks = (blocks + CHUNK_BLOCK_RATIO(bitmap) - 1) >>
++      chunks = (blocks + CHUNK_BLOCK_RATIO(bitmap) - 1) >>
 +                      CHUNK_BLOCK_SHIFT(bitmap);
        pages = (chunks + PAGE_COUNTER_RATIO - 1) / PAGE_COUNTER_RATIO;