From 67104b97ebec44cf100bc39e5f4fda2a125ee392 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Mon, 26 Sep 2011 09:14:34 +0000 Subject: [PATCH] --- yaml --- r: 269911 b: refs/heads/master c: 815cb21662b914e1e14c256a3d662b1352c8509e h: refs/heads/master i: 269909: f66f1b74ad16065eb31ad9cdc2a1b7b093898c39 269907: d834ab9c9af9fc3a1ffb1f58a420ef93fe16c1bc 269903: 6784f7d46bca9fb1f8c0dda1b3b1be8fd0eb35f1 v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_dfrag.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c782ac756de4..ece890ddad32 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c029a50d51b8a9520105ec903639de03389915d0 +refs/heads/master: 815cb21662b914e1e14c256a3d662b1352c8509e diff --git a/trunk/fs/xfs/xfs_dfrag.c b/trunk/fs/xfs/xfs_dfrag.c index 9a84a85c03b1..645387b69738 100644 --- a/trunk/fs/xfs/xfs_dfrag.c +++ b/trunk/fs/xfs/xfs_dfrag.c @@ -438,7 +438,7 @@ xfs_swap_extents( if (mp->m_flags & XFS_MOUNT_WSYNC) xfs_trans_set_sync(tp); - error = xfs_trans_commit(tp, XFS_TRANS_SWAPEXT); + error = xfs_trans_commit(tp, 0); trace_xfs_swap_extent_after(ip, 0); trace_xfs_swap_extent_after(tip, 1);