Re: [PATCH] fs/kernfs/dir.c: Clean code by removing always true condition

From: Greg KH
Date: Tue Jan 07 2020 - 16:14:17 EST


On Tue, Jan 07, 2020 at 07:51:10AM -0800, Tejun Heo wrote:
> On Mon, Dec 30, 2019 at 08:16:28PM +0100, mateusznosek0@xxxxxxxxx wrote:
> > From: Mateusz Nosek <mateusznosek0@xxxxxxxxx>
> >
> > Previously there was an additional check if variable pos is not null.
> > However, this check happens after entering while loop and only then,
> > which can happen only if pos is not null.
> > Therefore the additional check is redundant and can be removed.
> >
> > Signed-off-by: Mateusz Nosek <mateusznosek0@xxxxxxxxx>
>
> Acked-by: Tejun Heo <tj@xxxxxxxxxx>
>
> Greg, can you please route this one?

Sure, will do, thanks.

greg k-h