diff options
Diffstat (limited to 'fs/ocfs2/alloc.c')
-rw-r--r-- | fs/ocfs2/alloc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ocfs2/alloc.c b/fs/ocfs2/alloc.c index 7d81aa6f5672..a26882144e8f 100644 --- a/fs/ocfs2/alloc.c +++ b/fs/ocfs2/alloc.c | |||
@@ -5150,6 +5150,8 @@ static void ocfs2_truncate_log_worker(struct work_struct *work) | |||
5150 | status = ocfs2_flush_truncate_log(osb); | 5150 | status = ocfs2_flush_truncate_log(osb); |
5151 | if (status < 0) | 5151 | if (status < 0) |
5152 | mlog_errno(status); | 5152 | mlog_errno(status); |
5153 | else | ||
5154 | ocfs2_init_inode_steal_slot(osb); | ||
5153 | 5155 | ||
5154 | mlog_exit(status); | 5156 | mlog_exit(status); |
5155 | } | 5157 | } |