diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_super.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_super.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c index 4b90e4b531b..b8ad17e730b 100644 --- a/fs/xfs/linux-2.6/xfs_super.c +++ b/fs/xfs/linux-2.6/xfs_super.c | |||
@@ -1023,8 +1023,7 @@ xfs_log_inode( | |||
1023 | * an inode in another recent transaction. So we play it safe and | 1023 | * an inode in another recent transaction. So we play it safe and |
1024 | * fire off the transaction anyway. | 1024 | * fire off the transaction anyway. |
1025 | */ | 1025 | */ |
1026 | xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL); | 1026 | xfs_trans_ijoin(tp, ip); |
1027 | xfs_trans_ihold(tp, ip); | ||
1028 | xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE); | 1027 | xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE); |
1029 | xfs_trans_set_sync(tp); | 1028 | xfs_trans_set_sync(tp); |
1030 | error = xfs_trans_commit(tp, 0); | 1029 | error = xfs_trans_commit(tp, 0); |