From: NeilBrown Date: Wed, 22 Jun 2005 00:17:28 +0000 (-0700) Subject: [PATCH] Two small fixes for md verion-1 superblocks. X-Git-Tag: v2.6.13-rc1~68^2~582^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39730960d94306d7be414e8d54f4e5c071af1278;p=pandora-kernel.git [PATCH] Two small fixes for md verion-1 superblocks. 1/ Must typecast int to (sector_t) before inverting or we might not invert enough bits. 2/ When "bitmap_offset" was added to mdp_superblock_1, we didn't increase the count of words-used (96 to 100). Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed