Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255101
b: refs/heads/master
c: 4ba2d5f
h: refs/heads/master
i:
  255099: e3e2dc8
v: v3
  • Loading branch information
Christoph Hellwig authored and Christoph Hellwig committed Jun 30, 2011
1 parent b2708e3 commit 2bfa1e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: bf1a1b31fa3ea24e3a90821d69a5c3da066f7d6c
refs/heads/master: 4ba2d5fdcfd19de0dedf394ddc48db2f219fa89a
5 changes: 3 additions & 2 deletions trunk/fs/hfsplus/wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,9 @@ int hfsplus_read_wrapper(struct super_block *sb)
if (!hfsplus_read_mdb(sbi->s_vhdr, &wd))
goto out_free_backup_vhdr;
wd.ablk_size >>= HFSPLUS_SECTOR_SHIFT;
part_start += wd.ablk_start + wd.embed_start * wd.ablk_size;
part_size = wd.embed_count * wd.ablk_size;
part_start += (sector_t)wd.ablk_start +
(sector_t)wd.embed_start * wd.ablk_size;
part_size = (sector_t)wd.embed_count * wd.ablk_size;
goto reread;
default:
/*
Expand Down

0 comments on commit 2bfa1e2

Please sign in to comment.