From 8c539c86ab83bd31c2cce38317bf334db7950902 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Wed, 11 Jan 2006 15:37:00 +1100 Subject: [PATCH] --- yaml --- r: 18165 b: refs/heads/master c: 60a204f096dd67683f3993798e14905ee9828ba5 h: refs/heads/master i: 18163: cc9dbf12cb454ee996e12d55f43e791c45adac9e v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_trans.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 4746401e4955..d1dbfd5b296b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0733af213f2859f7228229f3ac053c025f57d0d5 +refs/heads/master: 60a204f096dd67683f3993798e14905ee9828ba5 diff --git a/trunk/fs/xfs/xfs_trans.c b/trunk/fs/xfs/xfs_trans.c index 2eb6027762f2..d3d714e6b32a 100644 --- a/trunk/fs/xfs/xfs_trans.c +++ b/trunk/fs/xfs/xfs_trans.c @@ -1027,10 +1027,10 @@ xfs_trans_cancel( * filesystem. This happens in paths where we detect * corruption and decide to give up. */ - if ((tp->t_flags & XFS_TRANS_DIRTY) && - !XFS_FORCED_SHUTDOWN(mp)) + if ((tp->t_flags & XFS_TRANS_DIRTY) && !XFS_FORCED_SHUTDOWN(mp)) { XFS_ERROR_REPORT("xfs_trans_cancel", XFS_ERRLEVEL_LOW, mp); xfs_force_shutdown(mp, XFS_CORRUPT_INCORE); + } #ifdef DEBUG if (!(flags & XFS_TRANS_ABORT)) { licp = &(tp->t_items);