[XFS] The last argument "lsn" of xfs_trans_commit() is always called with
[linux-drm-fsl-dcu.git] / fs / xfs / xfs_dfrag.c
index b847e6a7a3f03ba3a5e0f8e200414e97347e0609..fb6f22c511e2f33f960945e27257ce0f045f5e36 100644 (file)
@@ -382,7 +382,7 @@ xfs_swap_extents(
                xfs_trans_set_sync(tp);
        }
 
-       error = xfs_trans_commit(tp, XFS_TRANS_SWAPEXT, NULL);
+       error = xfs_trans_commit(tp, XFS_TRANS_SWAPEXT);
        locked = 0;
 
  error0: