SUNRPC: PipeFS MOUNT notification optimization for dying clients
authorStanislav Kinsbursky <skinsbursky@parallels.com>
Mon, 24 Jun 2013 07:52:59 +0000 (11:52 +0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 28 Jun 2013 19:42:26 +0000 (15:42 -0400)
commit4f6bb246f69443549fbbd0f2abaf863243cb35e9
tree6a4608ffba8d5489d0b9dbc35840d33917840199
parente73f4cc051199799aee4320f300f28ffb82f3eb1
SUNRPC: PipeFS MOUNT notification optimization for dying clients

Not need to create pipes for dying client. So just skip them.

Note: we can safely dereference the client structure, because notification
caller is holding sn->pipefs_sb_lock.

Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Cc: stable@vger.kernel.org
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/clnt.c