sunrpc: clnt: Add missing braces
authorJoe Perches <joe@perches.com>
Wed, 18 Jul 2012 18:17:11 +0000 (11:17 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Aug 2012 14:52:31 +0000 (07:52 -0700)
commitb0068c95cf455a9761becee7ae16ea9f5e12aec5
tree47c8d0340b86009730d03a99ed373476ad23524e
parentd14c700fa9fdd3c2cc81d474dd8e340b95291452
sunrpc: clnt: Add missing braces

commit cac5d07e3ca696dcacfb123553cf6c722111cfd3 upstream.

Add a missing set of braces that commit 4e0038b6b24
("SUNRPC: Move clnt->cl_server into struct rpc_xprt")
forgot.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/sunrpc/clnt.c