commit | b5095f24e791c2d05da7cbb3d99e2b420b36a273 | [log] [tgz] |
---|---|---|
author | Fengguang Wu <fengguang.wu@intel.com> | Tue Feb 06 00:25:16 2018 +0800 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Mon Feb 26 12:45:20 2018 +0100 |
tree | 45db7f1898ce4925a19d62dfe15644e591b0b8d6 | |
parent | 7168179fcf25f7812e8541decac686a91359e522 [diff] |
ovl: fix ptr_ret.cocci warnings fs/overlayfs/export.c:459:10-16: WARNING: PTR_ERR_OR_ZERO can be used Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR Generated by: scripts/coccinelle/api/ptr_ret.cocci Fixes: 4b91c30a5a19 ("ovl: lookup connected ancestor of dir in inode cache") CC: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>