SUNRPC: Fix Oops in pmap_getport_done
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sun, 3 Sep 2006 04:51:55 +0000 (00:51 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 23 Sep 2006 03:25:01 +0000 (23:25 -0400)
commit762d4527c2fc19d821a13d9a3455ccc2d4073731
tree8e2f9ad313c1c8faececce38d43e15c9dc94a65c
parent6b6ca86b77b62b798cf9ca2599036420abce7796
SUNRPC: Fix Oops in pmap_getport_done

There is no guarantee that the parent task still exists when we exit from
the portmapper. Save the xprt instead.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/pmap_clnt.c