git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fbf586
)
fs/partition/msdos: fix unusable extended partition for > 512B sector
author
OGAWA Hirofumi
<hirofumi@mail.parknet.co.jp>
Tue, 23 Mar 2010 20:35:50 +0000
(13:35 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 24 Mar 2010 23:31:22 +0000
(16:31 -0700)
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 <hirofumi@mail.parknet.co.jp>
Cc: Daniel Taylor <Daniel.Taylor@wdc.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/partitions/msdos.c
patch
|
blob
|
history
diff --cc
fs/partitions/msdos.c
Simple merge