Re: [RFC-PATCH] fuse: shadowed variable warning

2008-02-15 Thread Harvey Harrison
On Fri, 2008-02-15 at 20:13 +0100, Miklos Szeredi wrote: > > > > fs/fuse/dir.c:909:7: warning: symbol 'err' shadows an earlier one > > fs/fuse/dir.c:893:6: originally declared here > > > > This means that an error between lines 909 and 923 will not be > > returned. > > Right. Just submitted the

Re: [RFC-PATCH] fuse: shadowed variable warning

2008-02-15 Thread Miklos Szeredi
> > fs/fuse/dir.c:909:7: warning: symbol 'err' shadows an earlier one > fs/fuse/dir.c:893:6: originally declared here > > This means that an error between lines 909 and 923 will not be > returned. Right. Just submitted the exact same patch this morning :) Thanks, Miklos > > Signed-off-by: Ha

[RFC-PATCH] fuse: shadowed variable warning

2008-02-15 Thread Harvey Harrison
fs/fuse/dir.c:909:7: warning: symbol 'err' shadows an earlier one fs/fuse/dir.c:893:6: originally declared here This means that an error between lines 909 and 923 will not be returned. Signed-off-by: Harvey Harrison <[EMAIL PROTECTED]> --- Miklos, could you confirm whether or not you want the err