From: OGAWA Hirofumi Date: Tue, 23 Mar 2010 20:35:50 +0000 (-0700) Subject: fs/partition/msdos: fix unusable extended partition for > 512B sector X-Git-Tag: v2.6.34-rc3~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e0cc811e0f8029a7225372fb0951fab102c012f;p=pandora-kernel.git fs/partition/msdos: fix unusable extended partition for > 512B sector Smaller size than a minimum blocksize can't be used, after all it's handled like 0 size. For extended partition itself, this makes sure to use bigger size than one logical sector size at least. Signed-off-by: OGAWA Hirofumi Cc: Daniel Taylor Cc: "H. Peter Anvin" Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed