Messages in this thread |  | | Date | Tue, 7 Jan 2020 22:03:25 +0100 | From | Greg KH <> | Subject | Re: [PATCH] fs/kernfs/dir.c: Clean code by removing always true condition |
| |
On Tue, Jan 07, 2020 at 07:51:10AM -0800, Tejun Heo wrote: > On Mon, Dec 30, 2019 at 08:16:28PM +0100, mateusznosek0@gmail.com wrote: > > From: Mateusz Nosek <mateusznosek0@gmail.com> > > > > 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@gmail.com> > > Acked-by: Tejun Heo <tj@kernel.org> > > Greg, can you please route this one?
Sure, will do, thanks.
greg k-h
|  |