commit | 357ab5b5d240a284b261a62451e838dd9f76e6b9 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Mar 22 23:26:22 2019 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Apr 09 19:20:57 2019 -0400 |
tree | e3a01e4efc93cf14a81bcf0e532a9b492f3767a8 | |
parent | ab1152dd5650d35da6f0f6d3c0cc18f86fdc0725 [diff] |
nsfs: unobfuscate 1) IS_ERR(p) && PTR_ERR(p) == -E... is spelled p == ERR_PTR(-E...) 2) yes, you can open-code do-while and sometimes there's even a good reason to do so. Not in this case, though. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>