]> asedeno.scripts.mit.edu Git - linux.git/commit
fs: cifs: Drop unlikely before IS_ERR(_OR_NULL)
authorKefeng Wang <wangkefeng.wang@huawei.com>
Wed, 5 Jun 2019 14:24:25 +0000 (22:24 +0800)
committerSteve French <stfrench@microsoft.com>
Mon, 8 Jul 2019 03:37:42 +0000 (22:37 -0500)
commit06f2fca7ff51d87c82fc911759373be5e1d0f7b6
tree9363516b77ed5358449be7d1d5f5b891a9a95184
parentd81f09748dd705c4480c804146e5ee48a13f0c74
fs: cifs: Drop unlikely before IS_ERR(_OR_NULL)

IS_ERR(_OR_NULL) already contain an 'unlikely' compiler flag,
so no need to do that again from its callers. Drop it.

Cc: linux-cifs@vger.kernel.org
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Paulo Alcantara <palcantara@suse.de>
fs/cifs/dfs_cache.c