Re: [PATCH] splice: Remove redundant assignment to ret

From: Christian Brauner
Date: Fri Mar 10 2023 - 03:39:34 EST


On Fri, Mar 10, 2023 at 03:48:24AM +0000, Al Viro wrote:
> On Thu, Mar 09, 2023 at 10:15:46AM +0100, Christian Brauner wrote:
> > From: Christian Brauner (Microsoft) <brauner@xxxxxxxxxx>
> >
> >
> > On Tue, 07 Mar 2023 16:49:18 +0800, Jiapeng Chong wrote:
> > > The variable ret belongs to redundant assignment and can be deleted.
> > >
> > > fs/splice.c:940:2: warning: Value stored to 'ret' is never read.
> > >
> > >
> >
> > Thanks for the cleanup. Seems ok to do so I picked this up,
> >
> > [1/1] splice: Remove redundant assignment to ret
> > commit: c3a4aec055ec275c9f860e88d37e97248927d898
>
> Which branch?

Currently still under

https://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping.git/ fs.misc

I planned on sending a tag to Linus on Saturday.