Loading fs/xfs/xfs_extent_busy.c +2 −2 Original line number Diff line number Diff line Loading @@ -611,10 +611,10 @@ xfs_extent_busy_flush( unsigned busy_gen) { DEFINE_WAIT (wait); int log_flushed = 0, error; int error; trace_xfs_log_force(mp, 0, _THIS_IP_); error = _xfs_log_force(mp, XFS_LOG_SYNC, &log_flushed); error = _xfs_log_force(mp, XFS_LOG_SYNC, NULL); if (error) return; Loading Loading
fs/xfs/xfs_extent_busy.c +2 −2 Original line number Diff line number Diff line Loading @@ -611,10 +611,10 @@ xfs_extent_busy_flush( unsigned busy_gen) { DEFINE_WAIT (wait); int log_flushed = 0, error; int error; trace_xfs_log_force(mp, 0, _THIS_IP_); error = _xfs_log_force(mp, XFS_LOG_SYNC, &log_flushed); error = _xfs_log_force(mp, XFS_LOG_SYNC, NULL); if (error) return; Loading