aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/logfs/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/logfs/inode.c b/fs/logfs/inode.c
index 14ed27274da2..45bf86f1595a 100644
--- a/fs/logfs/inode.c
+++ b/fs/logfs/inode.c
@@ -326,7 +326,7 @@ static void logfs_set_ino_generation(struct super_block *sb,
326 u64 ino; 326 u64 ino;
327 327
328 mutex_lock(&super->s_journal_mutex); 328 mutex_lock(&super->s_journal_mutex);
329 ino = logfs_seek_hole(super->s_master_inode, super->s_last_ino); 329 ino = logfs_seek_hole(super->s_master_inode, super->s_last_ino + 1);
330 super->s_last_ino = ino; 330 super->s_last_ino = ino;
331 super->s_inos_till_wrap--; 331 super->s_inos_till_wrap--;
332 if (super->s_inos_till_wrap < 0) { 332 if (super->s_inos_till_wrap < 0) {