Messages in this thread |  | | Date | Tue, 7 Jan 2020 07:51:10 -0800 | From | Tejun Heo <> | Subject | Re: [PATCH] fs/kernfs/dir.c: Clean code by removing always true condition |
| |
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?
Thanks.
-- tejun
|  |