|
|
| version 1.32, 2007/02/02 14:38:36 | version 1.33, 2007/03/02 02:59:33 |
|---|---|
| Line 1168 xfs_dm_f_set_eventlist( | Line 1168 xfs_dm_f_set_eventlist( |
| xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE); | xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE); |
| VN_HOLD(vp); | VN_HOLD(vp); |
| xfs_trans_commit(tp, 0, NULL); | xfs_trans_commit(tp, 0); |
| return(0); | return(0); |
| } | } |
| Line 3021 xfs_dm_set_region( | Line 3021 xfs_dm_set_region( |
| xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE); | xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE); |
| VN_HOLD(vp); | VN_HOLD(vp); |
| xfs_trans_commit(tp, 0, NULL); | xfs_trans_commit(tp, 0); |
| /* Return the proper value for *exactflagp depending upon whether or not | /* Return the proper value for *exactflagp depending upon whether or not |
| we "changed" the user's managed region. In other words, if the user | we "changed" the user's managed region. In other words, if the user |