Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190914
b: refs/heads/master
c: bd2b3f2
h: refs/heads/master
v: v3
  • Loading branch information
Joern Engel committed May 1, 2010
1 parent 34e5a59 commit 5dede4e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ad342631f13d40aa787b9e5aaf4800f10d6c3647
refs/heads/master: bd2b3f29594c50d7c5bd864d9af05d440394ee82
2 changes: 2 additions & 0 deletions trunk/fs/logfs/readwrite.c
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,8 @@ u64 logfs_seek_hole(struct inode *inode, u64 bix)
return bix;
else if (li->li_data[INDIRECT_INDEX] & LOGFS_FULLY_POPULATED)
bix = maxbix(li->li_height);
else if (bix >= maxbix(li->li_height))
return bix;
else {
bix = seek_holedata_loop(inode, bix, 0);
if (bix < maxbix(li->li_height))
Expand Down

0 comments on commit 5dede4e

Please sign in to comment.