diff options
Diffstat (limited to 'fs/ocfs2/inode.c')
-rw-r--r-- | fs/ocfs2/inode.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ocfs2/inode.c b/fs/ocfs2/inode.c index f1f77b2f5947..4a88bce35079 100644 --- a/fs/ocfs2/inode.c +++ b/fs/ocfs2/inode.c | |||
@@ -352,6 +352,8 @@ void ocfs2_populate_inode(struct inode *inode, struct ocfs2_dinode *fe, | |||
352 | 352 | ||
353 | ocfs2_set_inode_flags(inode); | 353 | ocfs2_set_inode_flags(inode); |
354 | 354 | ||
355 | OCFS2_I(inode)->ip_last_used_slot = 0; | ||
356 | OCFS2_I(inode)->ip_last_used_group = 0; | ||
355 | mlog_exit_void(); | 357 | mlog_exit_void(); |
356 | } | 358 | } |
357 | 359 | ||