diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2019-03-23 04:26:22 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2019-04-10 01:20:57 +0200 |
commit | 357ab5b5d240a284b261a62451e838dd9f76e6b9 (patch) | |
tree | e3a01e4efc93cf14a81bcf0e532a9b492f3767a8 /fs/hfs/bnode.c | |
parent | unexport d_alloc_pseudo() (diff) | |
download | linux-357ab5b5d240a284b261a62451e838dd9f76e6b9.tar.xz linux-357ab5b5d240a284b261a62451e838dd9f76e6b9.zip |
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>
Diffstat (limited to 'fs/hfs/bnode.c')
0 files changed, 0 insertions, 0 deletions