Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232795
b: refs/heads/master
c: a1dbcef
h: refs/heads/master
i:
  232793: 3a7d0f3
  232791: 8e1a4b1
v: v3
  • Loading branch information
Chuck Ebbert authored and Christoph Hellwig committed Feb 3, 2011
1 parent c4ce643 commit c5cf78c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 14dd01f88319a37b06ca909738044e39ec5bfdee
refs/heads/master: a1dbcef0172555464b5329f8ba47d43c98132dfa
4 changes: 2 additions & 2 deletions trunk/fs/hfsplus/wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ int hfsplus_read_wrapper(struct super_block *sb)
break;
case cpu_to_be16(HFSP_WRAP_MAGIC):
if (!hfsplus_read_mdb(sbi->s_vhdr, &wd))
goto out;
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;
Expand All @@ -179,7 +179,7 @@ int hfsplus_read_wrapper(struct super_block *sb)
* (should do this only for cdrom/loop though)
*/
if (hfs_part_find(sb, &part_start, &part_size))
goto out;
goto out_free_backup_vhdr;
goto reread;
}

Expand Down

0 comments on commit c5cf78c

Please sign in to comment.