Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190915
b: refs/heads/master
c: ccc0197
h: refs/heads/master
i:
  190913: 34e5a59
  190911: 064ea1f
v: v3
  • Loading branch information
Joern Engel committed May 1, 2010
1 parent 5dede4e commit 87748e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: bd2b3f29594c50d7c5bd864d9af05d440394ee82
refs/heads/master: ccc0197b02178f7e1707e659cbc5242fc94b499a
2 changes: 1 addition & 1 deletion trunk/fs/logfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ static void logfs_set_ino_generation(struct super_block *sb,
u64 ino;

mutex_lock(&super->s_journal_mutex);
ino = logfs_seek_hole(super->s_master_inode, super->s_last_ino);
ino = logfs_seek_hole(super->s_master_inode, super->s_last_ino + 1);
super->s_last_ino = ino;
super->s_inos_till_wrap--;
if (super->s_inos_till_wrap < 0) {
Expand Down

0 comments on commit 87748e1

Please sign in to comment.