Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115927
b: refs/heads/master
c: 248736c
h: refs/heads/master
i:
  115925: 4fe458e
  115923: 5aa50db
  115919: 8f66269
v: v3
  • Loading branch information
Eric Sesterhenn authored and Linus Torvalds committed Oct 20, 2008
1 parent 6e28a43 commit c7d217b
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 6e7152944426be786c6c232990914e4565290d35
refs/heads/master: 248736c2a57206388c86f8cdd3392ee986e84f9f
3 changes: 3 additions & 0 deletions trunk/fs/hfsplus/extents.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ int hfsplus_get_block(struct inode *inode, sector_t iblock,
goto done;
}

if (inode->i_ino == HFSPLUS_EXT_CNID)
return -EIO;

mutex_lock(&HFSPLUS_I(inode).extents_lock);
res = hfsplus_ext_read_extent(inode, ablock);
if (!res) {
Expand Down

0 comments on commit c7d217b

Please sign in to comment.