diff options
Diffstat (limited to 'fs/xfs/xfs_vnodeops.c')
-rw-r--r-- | fs/xfs/xfs_vnodeops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_vnodeops.c b/fs/xfs/xfs_vnodeops.c index 637fc1a2bb44..322ba094dcc8 100644 --- a/fs/xfs/xfs_vnodeops.c +++ b/fs/xfs/xfs_vnodeops.c | |||
@@ -1305,7 +1305,7 @@ xfs_inactive_attrs( | |||
1305 | int error; | 1305 | int error; |
1306 | xfs_mount_t *mp; | 1306 | xfs_mount_t *mp; |
1307 | 1307 | ||
1308 | ASSERT(ismrlocked(&ip->i_iolock, MR_UPDATE)); | 1308 | ASSERT(xfs_isilocked(ip, XFS_IOLOCK_EXCL)); |
1309 | tp = *tpp; | 1309 | tp = *tpp; |
1310 | mp = ip->i_mount; | 1310 | mp = ip->i_mount; |
1311 | ASSERT(ip->i_d.di_forkoff != 0); | 1311 | ASSERT(ip->i_d.di_forkoff != 0); |
@@ -1776,7 +1776,7 @@ xfs_create( | |||
1776 | * It is locked (and joined to the transaction). | 1776 | * It is locked (and joined to the transaction). |
1777 | */ | 1777 | */ |
1778 | 1778 | ||
1779 | ASSERT(ismrlocked (&ip->i_lock, MR_UPDATE)); | 1779 | ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL)); |
1780 | 1780 | ||
1781 | /* | 1781 | /* |
1782 | * Now we join the directory inode to the transaction. We do not do it | 1782 | * Now we join the directory inode to the transaction. We do not do it |