diff options
Diffstat (limited to 'fs/xfs/xfs_itable.c')
-rw-r--r-- | fs/xfs/xfs_itable.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_itable.c b/fs/xfs/xfs_itable.c index b608b8ab1dd6..136c6b06f1c9 100644 --- a/fs/xfs/xfs_itable.c +++ b/fs/xfs/xfs_itable.c | |||
@@ -577,6 +577,7 @@ xfs_bulkstat( | |||
577 | KM_SLEEP); | 577 | KM_SLEEP); |
578 | ip->i_ino = ino; | 578 | ip->i_ino = ino; |
579 | ip->i_mount = mp; | 579 | ip->i_mount = mp; |
580 | spin_lock_init(&ip->i_flags_lock); | ||
580 | if (bp) | 581 | if (bp) |
581 | xfs_buf_relse(bp); | 582 | xfs_buf_relse(bp); |
582 | error = xfs_itobp(mp, NULL, ip, | 583 | error = xfs_itobp(mp, NULL, ip, |