commit | 98d669b49120bad6a09c361daa71c92e6a9f8fbb | [log] [tgz] |
---|---|---|
author | Kefeng Wang <wangkefeng.wang@huawei.com> | Wed Jun 05 22:24:27 2019 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Jun 05 08:22:24 2019 -0600 |
tree | 95bdf54f76b0677fd67a021f5bef56e728266cec | |
parent | e0241fb0b94399bb4131da7f29dc92cf5dc1ae71 [diff] |
block: 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: Jens Axboe <axboe@kernel.dk> Cc: linux-block@vger.kernel.org Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>