diff --git a/[refs] b/[refs] index f49332fc37c6..8b4e2da25ed9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bd2b3f29594c50d7c5bd864d9af05d440394ee82 +refs/heads/master: ccc0197b02178f7e1707e659cbc5242fc94b499a diff --git a/trunk/fs/logfs/inode.c b/trunk/fs/logfs/inode.c index 14ed27274da2..45bf86f1595a 100644 --- a/trunk/fs/logfs/inode.c +++ b/trunk/fs/logfs/inode.c @@ -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) {