Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232794
b: refs/heads/master
c: 14dd01f
h: refs/heads/master
v: v3
  • Loading branch information
Chuck Ebbert authored and Christoph Hellwig committed Feb 3, 2011
1 parent 3a7d0f3 commit c4ce643
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: c5b8d0bce052949e173b5b32f96bd59bceaa2ab0
refs/heads/master: 14dd01f88319a37b06ca909738044e39ec5bfdee
4 changes: 2 additions & 2 deletions trunk/fs/hfsplus/part_tbl.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ int hfs_part_find(struct super_block *sb,
res = hfsplus_submit_bio(sb->s_bdev, *part_start + HFS_PMAP_BLK,
data, READ);
if (res)
return res;
goto out;

switch (be16_to_cpu(*((__be16 *)data))) {
case HFS_OLD_PMAP_MAGIC:
Expand All @@ -147,7 +147,7 @@ int hfs_part_find(struct super_block *sb,
res = -ENOENT;
break;
}

out:
kfree(data);
return res;
}

0 comments on commit c4ce643

Please sign in to comment.