Re: [PATCH] sunrpc: clnt: Add missing braces

2012-07-20 Thread Myklebust, Trond
No. It should go through the NFS client tree. I can queue it up. -- Trond Myklebust Linux NFS client maintainer NetApp trond.mykleb...@netapp.com www.netapp.com On Jul 20, 2012, at 6:50 PM, Joe Perches wrote: > On Wed, 2012-07-18 at 11:17 -0700, Joe Perches wrote: >> Add a missing set of brac

Re: [PATCH] sunrpc: clnt: Add missing braces

2012-07-20 Thread Joe Perches
On Wed, 2012-07-18 at 11:17 -0700, Joe Perches wrote: > Add a missing set of braces that commit 4e0038b6b24 > ("SUNRPC: Move clnt->cl_server into struct rpc_xprt") > forgot. > > Signed-off-by: Joe Perches > --- > net/sunrpc/clnt.c |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) >

[PATCH] sunrpc: clnt: Add missing braces

2012-07-18 Thread Joe Perches
Add a missing set of braces that commit 4e0038b6b24 ("SUNRPC: Move clnt->cl_server into struct rpc_xprt") forgot. Signed-off-by: Joe Perches --- net/sunrpc/clnt.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c index f56f045..aaf70