]> Git Repo - linux.git/commit
fs/partition/msdos: fix unusable extended partition for > 512B sector
authorOGAWA Hirofumi <[email protected]>
Tue, 23 Mar 2010 20:35:50 +0000 (13:35 -0700)
committerLinus Torvalds <[email protected]>
Wed, 24 Mar 2010 23:31:22 +0000 (16:31 -0700)
commit8e0cc811e0f8029a7225372fb0951fab102c012f
tree05fa64ca2e4f5087552a799fcea899a40dd9e19a
parent3fbf586cf7f245392142e5407c2a56f1cff979b6
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 <[email protected]>
Cc: Daniel Taylor <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/partitions/msdos.c
This page took 0.053813 seconds and 4 git commands to generate.