Skip to content
Commit 357ab5b5 authored by Al Viro's avatar Al Viro
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent ab1152dd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment