|
|
| version 1.515, 2007/02/07 02:49:15 | version 1.516, 2007/03/02 02:59:33 |
|---|---|
| Line 1539 xfs_syncsub( | Line 1539 xfs_syncsub( |
| xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL); | xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL); |
| xfs_trans_ihold(tp, ip); | xfs_trans_ihold(tp, ip); |
| xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE); | xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE); |
| error = xfs_trans_commit(tp, 0, NULL); | error = xfs_trans_commit(tp, 0); |
| xfs_iunlock(ip, XFS_ILOCK_EXCL); | xfs_iunlock(ip, XFS_ILOCK_EXCL); |
| xfs_log_force(mp, (xfs_lsn_t)0, log_flags); | xfs_log_force(mp, (xfs_lsn_t)0, log_flags); |
| } | } |