Re: [PATCH] Fix missing braces in ncpfs:ncp_lookup

2013-09-04 Thread Al Viro
On Thu, Sep 05, 2013 at 12:04:18AM -0400, Dave Jones wrote: > Signed-off-by: Dave Jones > > diff --git a/fs/ncpfs/dir.c b/fs/ncpfs/dir.c > index 3be0474..1f6419f 100644 > --- a/fs/ncpfs/dir.c > +++ b/fs/ncpfs/dir.c > @@ -857,10 +857,11 @@ static struct dentry *ncp_lookup(struct inode *dir, > str

Re: [PATCH] Fix missing braces in ncpfs:ncp_lookup

2013-09-04 Thread Joe Perches
(adding Petr Vandrovec to cc's) > diff --git a/fs/ncpfs/dir.c b/fs/ncpfs/dir.c [] > @@ -857,10 +857,11 @@ static struct dentry *ncp_lookup(struct inode *dir, > struct dentry *dentry, unsig > if (ncp_is_server_root(dir)) { > res = ncp_io2vol(server, __name, &len, dentry->d_name

[PATCH] Fix missing braces in ncpfs:ncp_lookup

2013-09-04 Thread Dave Jones
Signed-off-by: Dave Jones diff --git a/fs/ncpfs/dir.c b/fs/ncpfs/dir.c index 3be0474..1f6419f 100644 --- a/fs/ncpfs/dir.c +++ b/fs/ncpfs/dir.c @@ -857,10 +857,11 @@ static struct dentry *ncp_lookup(struct inode *dir, struct dentry *dentry, unsig if (ncp_is_server_root(dir)) {