git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb96a42
)
blk-mq: fix sparse warning on missed __percpu annotation
author
Ming Lei
<tom.leiming@gmail.com>
Tue, 3 Jun 2014 03:24:06 +0000
(11:24 +0800)
committer
Jens Axboe
<axboe@fb.com>
Wed, 4 Jun 2014 03:04:39 +0000
(21:04 -0600)
'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.wu@intel.com>
Signed-off-by: Ming Lei <tom.leiming@gmail.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-mq.c
patch
|
blob
|
history
include/linux/blkdev.h
patch
|
blob
|
history
diff --cc
block/blk-mq.c
Simple merge
diff --cc
include/linux/blkdev.h
Simple merge