linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] sunrpc: fix two server-side race problems.
@ 2010-11-15  0:27 NeilBrown
  2010-11-15  0:27 ` [PATCH 2/2] sunrpc: svc_sock_names should hold ref to socket being closed NeilBrown
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: NeilBrown @ 2010-11-15  0:27 UTC (permalink / raw)
  To: J. Bruce Fields; +Cc: linux-nfs


Hi Bruce,
 I found these while trying to diagnose why a customer hit the
 	BUG_ON(xprt->xpt_pool != NULL);
 in svc_xprt_enqueue (in a 2.6.27 based kernel).  I don't think either
 of these actually explain the problem, but they seem to be bugs
 none-the-less.

NeilBrown


---

NeilBrown (2):
      sunrpc: svc_sock_names should hold ref to socket being closed.
      sunrpc: remove xpt_pool


 include/linux/sunrpc/svc_xprt.h |    1 -
 net/sunrpc/svc_xprt.c           |    6 ------
 net/sunrpc/svcsock.c            |   10 ++++++----
 3 files changed, 6 insertions(+), 11 deletions(-)

-- 
Signature


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-11-16 22:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-15  0:27 [PATCH 0/2] sunrpc: fix two server-side race problems NeilBrown
2010-11-15  0:27 ` [PATCH 2/2] sunrpc: svc_sock_names should hold ref to socket being closed NeilBrown
2010-11-15  0:27 ` [PATCH 1/2] sunrpc: remove xpt_pool NeilBrown
2010-11-16  6:07 ` [PATCH 0/2] sunrpc: fix two server-side race problems Neil Brown
2010-11-16 15:04   ` J. Bruce Fields
2010-11-16 22:24     ` Neil Brown
2010-11-16 15:33 ` J. Bruce Fields

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).