Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1069
b: refs/heads/master
c: b2411dd
h: refs/heads/master
i:
  1067: 47246d0
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed May 7, 2005
1 parent 8d7d897 commit 0a7294a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cccf25087f1cb24344b2140ca319b4afe4cf79a8
refs/heads/master: b2411dd202e854d1f3be541135af8bb9872ea8b6
5 changes: 0 additions & 5 deletions trunk/fs/partitions/msdos.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@ parse_extended(struct parsed_partitions *state, struct block_device *bdev,
*/
for (i=0; i<4; i++, p++) {
u32 offs, size, next;

if (SYS_IND(p) == 0)
continue;
if (!NR_SECTS(p) || is_extended_partition(p))
continue;

Expand Down Expand Up @@ -433,8 +430,6 @@ int msdos_partition(struct parsed_partitions *state, struct block_device *bdev)
for (slot = 1 ; slot <= 4 ; slot++, p++) {
u32 start = START_SECT(p)*sector_size;
u32 size = NR_SECTS(p)*sector_size;
if (SYS_IND(p) == 0)
continue;
if (!size)
continue;
if (is_extended_partition(p)) {
Expand Down

0 comments on commit 0a7294a

Please sign in to comment.