Skip to content
  • Al Viro's avatar
    357ab5b5
    nsfs: unobfuscate · 357ab5b5
    Al Viro authored
    
    
    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>
    357ab5b5
    nsfs: unobfuscate
    Al Viro authored
    
    
    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>
Loading