commit | 7b81ce7cdcef3a3ae71eb3fb863433c646b4a2f4 | [log] [tgz] |
---|---|---|
author | Barret Rhoden <brho@google.com> | Fri Sep 04 09:53:32 2020 -0400 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Sep 04 09:16:58 2020 -0700 |
tree | f9881dae5e1b7b38bc06f5cec665f6ff34868cf4 | |
parent | 59126901f200f5fc907153468b03c64e0081b6e6 [diff] |
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>