init: fix error check in clean_path()
authorBarret Rhoden <brho@google.com>
Fri, 4 Sep 2020 13:53:32 +0000 (09:53 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 Sep 2020 16:16:58 +0000 (09:16 -0700)
commit7b81ce7cdcef3a3ae71eb3fb863433c646b4a2f4
treef9881dae5e1b7b38bc06f5cec665f6ff34868cf4
parent59126901f200f5fc907153468b03c64e0081b6e6
init: fix error check in clean_path()

init_stat() returns 0 on success, same as vfs_lstat().  When it replaced
vfs_lstat(), the '!' was dropped.

Fixes: 716308a5331b ("init: add an init_stat helper")
Signed-off-by: Barret Rhoden <brho@google.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/initramfs.c