Re: [PATCH] blk-mq: fix sparse warning on missed __percpu annotation

2014-06-02 Thread Jens Axboe
On 2014-06-02 21:24, Ming Lei wrote: 'struct blk_mq_ctx' is __percpu, so add the annotation and fix the sparse warning reported from Fengguang: [block:for-linus 2/3] block/blk-mq.h:75:16: sparse: incorrect type in initializer (different address spaces) Thanks, applied. --

[PATCH] blk-mq: fix sparse warning on missed __percpu annotation

2014-06-02 Thread Ming Lei
'struct blk_mq_ctx' is __percpu, so add the annotation and fix the sparse warning reported from Fengguang: [block:for-linus 2/3] block/blk-mq.h:75:16: sparse: incorrect type in initializer (different address spaces) Reported-by: kbuild test robot Signed-off-by: Ming Lei ---

[PATCH] blk-mq: fix sparse warning on missed __percpu annotation

2014-06-02 Thread Ming Lei
'struct blk_mq_ctx' is __percpu, so add the annotation and fix the sparse warning reported from Fengguang: [block:for-linus 2/3] block/blk-mq.h:75:16: sparse: incorrect type in initializer (different address spaces) Reported-by: kbuild test robot fengguang...@intel.com

Re: [PATCH] blk-mq: fix sparse warning on missed __percpu annotation

2014-06-02 Thread Jens Axboe
On 2014-06-02 21:24, Ming Lei wrote: 'struct blk_mq_ctx' is __percpu, so add the annotation and fix the sparse warning reported from Fengguang: [block:for-linus 2/3] block/blk-mq.h:75:16: sparse: incorrect type in initializer (different address spaces) Thanks, applied. --