From: Ming Lei Date: Tue, 3 Jun 2014 03:24:06 +0000 (+0800) Subject: blk-mq: fix sparse warning on missed __percpu annotation X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~19^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6cdb0929fe6726ba5203fc5529b74564d98a9e9;p=pandora-kernel.git blk-mq: fix sparse warning on missed __percpu annotation '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 Signed-off-by: Jens Axboe --- Reading git-diff-tree failed