Re: BUG at net/sunrpc/svc_xprt.c:921

From: J. Bruce Fields
Date: Mon Feb 25 2013 - 15:52:23 EST


On Mon, Feb 25, 2013 at 03:45:07PM -0500, Mark Lord wrote:
> On 13-01-17 08:53 AM, J. Bruce Fields wrote:
> > On Thu, Jan 17, 2013 at 08:11:52AM -0500, Mark Lord wrote:
> >> On 13-01-14 11:17 AM, Mark Lord wrote:
> >>>
> >>> Here's the code with the BUG() at net/sunrpc/svc_xprt.c line 921:
> >>>
> >>> /*
> >>> * Remove a dead transport
> >>> */
> >>> static void svc_delete_xprt(struct svc_xprt *xprt)
> >>> {
> >>> struct svc_serv *serv = xprt->xpt_server;
> >>> struct svc_deferred_req *dr;
> >>>
> >>> /* Only do this once */
> >>> if (test_and_set_bit(XPT_DEAD, &xprt->xpt_flags))
> >>> BUG();
> >>
>
> Saw this again today on 3.7.9 -- dunno if your changes are in that kernel yet though.

Nope. The nfsd changes for 3.9 should get merged in a few days and then
backported to stable kernels not much later.

--b.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/