From: Dave Chinner <david@fromorbit.com>
To: linux-xfs@vger.kernel.org
Subject: Re: [PATCH 3/4] xfs: hold AGF buffers over defer ops
Date: Fri, 18 Nov 2016 11:53:30 +1100 [thread overview]
Message-ID: <20161118005330.GF28177@dastard> (raw)
In-Reply-To: <1479426935-7112-4-git-send-email-david@fromorbit.com>
On Fri, Nov 18, 2016 at 10:55:34AM +1100, Dave Chinner wrote:
> +static void
> +xfs_defer_brelse(
> + struct xfs_trans *tp,
> + struct xfs_defer_ops *dop)
> +{
> + int i;
> +
> + for (i = 0; i < XFS_DEFER_OPS_NR_BUFS; i++) {
> + if (!tp)
> + tp = dop->dop_bufs[i]->b_transp;
> + if (dop->dop_bufs[i])
> + xfs_trans_bhold_release(tp, dop->dop_bufs[i]);
> + }
This let's the smoke out in generic/139. Will fix...
Cheers,
Dave.
--
Dave Chinner
david@fromorbit.com
next prev parent reply other threads:[~2016-11-18 0:53 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-17 16:35 [BUG] dd doesn't return on ENOSPC and hang when fulfilling rmapbt XFS Eryu Guan
2016-11-17 17:36 ` Darrick J. Wong
2016-11-17 20:11 ` Darrick J. Wong
2016-11-17 21:32 ` Dave Chinner
2016-11-17 23:55 ` [PATCH 0/4] xfs: fix rmapbt ENOSPC hangs Dave Chinner
2016-11-17 23:55 ` [PATCH 1/4] xfs: factor rmap btree size into the indlen calculations Dave Chinner
2016-11-17 23:55 ` [PATCH 2/4] xfs: add more AGF/AGFL manipulation tracepoints Dave Chinner
2016-11-17 23:55 ` [PATCH 3/4] xfs: hold AGF buffers over defer ops Dave Chinner
2016-11-18 0:53 ` Dave Chinner [this message]
2016-11-17 23:55 ` [PATCH 4/4] xfs: defer indirect delalloc rmap reservations Dave Chinner
2016-11-18 5:26 ` [BUG] dd doesn't return on ENOSPC and hang when fulfilling rmapbt XFS Eryu Guan
2016-11-18 5:46 ` Dave Chinner
2016-11-18 6:52 ` Eryu Guan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161118005330.GF28177@dastard \
--to=david@fromorbit.com \
--cc=linux-xfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.