diff options
Diffstat (limited to 'fs/xfs/xfs_super.c')
-rw-r--r-- | fs/xfs/xfs_super.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c index 8fcc4ccc5c79..50c6fd3bd362 100644 --- a/fs/xfs/xfs_super.c +++ b/fs/xfs/xfs_super.c | |||
@@ -986,6 +986,8 @@ xfs_fs_inode_init_once( | |||
986 | atomic_set(&ip->i_pincount, 0); | 986 | atomic_set(&ip->i_pincount, 0); |
987 | spin_lock_init(&ip->i_flags_lock); | 987 | spin_lock_init(&ip->i_flags_lock); |
988 | 988 | ||
989 | mrlock_init(&ip->i_mmaplock, MRLOCK_ALLOW_EQUAL_PRI|MRLOCK_BARRIER, | ||
990 | "xfsino", ip->i_ino); | ||
989 | mrlock_init(&ip->i_lock, MRLOCK_ALLOW_EQUAL_PRI|MRLOCK_BARRIER, | 991 | mrlock_init(&ip->i_lock, MRLOCK_ALLOW_EQUAL_PRI|MRLOCK_BARRIER, |
990 | "xfsino", ip->i_ino); | 992 | "xfsino", ip->i_ino); |
991 | } | 993 | } |