diff options
Diffstat (limited to 'fs/xfs/xfs_fsops.c')
-rw-r--r-- | fs/xfs/xfs_fsops.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/xfs/xfs_fsops.c b/fs/xfs/xfs_fsops.c index ade96922fc8..dbca5f5c37b 100644 --- a/fs/xfs/xfs_fsops.c +++ b/fs/xfs/xfs_fsops.c | |||
@@ -622,8 +622,7 @@ xfs_fs_log_dummy( | |||
622 | ip = mp->m_rootip; | 622 | ip = mp->m_rootip; |
623 | xfs_ilock(ip, XFS_ILOCK_EXCL); | 623 | xfs_ilock(ip, XFS_ILOCK_EXCL); |
624 | 624 | ||
625 | xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL); | 625 | xfs_trans_ijoin(tp, ip); |
626 | xfs_trans_ihold(tp, ip); | ||
627 | xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE); | 626 | xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE); |
628 | xfs_trans_set_sync(tp); | 627 | xfs_trans_set_sync(tp); |
629 | error = xfs_trans_commit(tp, 0); | 628 | error = xfs_trans_commit(tp, 0); |