Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42050
b: refs/heads/master
c: a79f43a
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse authored and Linus Torvalds committed Dec 4, 2006
1 parent 2ac22e8 commit 3d89c20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 07704eb29a765d2e862000d952fd96271c1464e2
refs/heads/master: a79f43a54b7df7b12bc1c0fbf4ba76520ba40354
2 changes: 2 additions & 0 deletions trunk/fs/partitions/mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ int mac_partition(struct parsed_partitions *state, struct block_device *bdev)
be32_to_cpu(part->start_block) * (secsize/512),
be32_to_cpu(part->block_count) * (secsize/512));

if (!strnicmp(part->type, "Linux_RAID", 10))
state->parts[slot].flags = 1;
#ifdef CONFIG_PPC_PMAC
/*
* If this is the first bootable partition, tell the
Expand Down

0 comments on commit 3d89c20

Please sign in to comment.