Re: [PATCH 13/15] blk-cgroup: Drop unlikely before IS_ERR(_OR_NULL)

2015-07-31 Thread Tejun Heo
On Fri, Jul 31, 2015 at 02:08:33PM +0530, Viresh Kumar wrote: > IS_ERR(_OR_NULL) already contain an 'unlikely' compiler flag and there > is no need to do that again from its callers. Drop it. > > Signed-off-by: Viresh Kumar Acked-by: Tejun Heo Thanks. -- tejun -- To unsubscribe from this lis

[PATCH 13/15] blk-cgroup: Drop unlikely before IS_ERR(_OR_NULL)

2015-07-31 Thread Viresh Kumar
IS_ERR(_OR_NULL) already contain an 'unlikely' compiler flag and there is no need to do that again from its callers. Drop it. Signed-off-by: Viresh Kumar --- include/linux/blk-cgroup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/blk-cgroup.h b/include/linux/