Whamcloud - gitweb
Add some null-proofing in DEBUG_REQ, and supply arguments for all the format
authorshaver <shaver>
Mon, 28 Oct 2002 20:23:09 +0000 (20:23 +0000)
committershaver <shaver>
Mon, 28 Oct 2002 20:23:09 +0000 (20:23 +0000)
commit8d9bd82d128d163a38509b0c5a281e661268e76b
treeb6479a923d0e14c0fe428036e6b048e2ea9e4bee
parent47b1c3b69e724e03c584a6493a6326598f0cba9e
Add some null-proofing in DEBUG_REQ, and supply arguments for all the format
fields (!) while we're at it.

Bullet-proof expired_request to see if we can figure out why we sometimes see
NULL derefs during timeout on dev.

Make the cleanup-from-sending-list stuff use D_ERROR, so that we can see it even
if the client crashes afterwards.  (Just playing a hunch.)
lustre/include/linux/lustre_net.h
lustre/ptlrpc/client.c