Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33609
b: refs/heads/master
c: 81a42d2
h: refs/heads/master
i:
  33607: 672c015
v: v3
  • Loading branch information
Jeff Mahoney authored and David S. Miller committed Aug 27, 2006
1 parent 86bf509 commit faa1741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 5fec811e99bb6f537e67b6bcbe9fe6505aa8a114
refs/heads/master: 81a42d298d8bd1b96be4bd459494f25fdd99b594
2 changes: 1 addition & 1 deletion trunk/fs/partitions/sun.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ int sun_partition(struct parsed_partitions *state, struct block_device *bdev)
spc = be16_to_cpu(label->ntrks) * be16_to_cpu(label->nsect);
for (i = 0; i < 8; i++, p++) {
unsigned long st_sector;
int num_sectors;
unsigned int num_sectors;

st_sector = be32_to_cpu(p->start_cylinder) * spc;
num_sectors = be32_to_cpu(p->num_sectors);
Expand Down

0 comments on commit faa1741

Please sign in to comment.