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:
a811577
)
md/bitmap: remove rcu annotation from pointer arithmetic.
author
NeilBrown
<neilb@suse.de>
Wed, 20 May 2015 05:05:09 +0000
(15:05 +1000)
committer
NeilBrown
<neilb@suse.de>
Wed, 20 May 2015 23:14:41 +0000
(09:14 +1000)
Evaluating "&mddev->disks" is simple pointer arithmetic, so
it does not need 'rcu' annotations - no dereferencing is happening.
Also enhance the comment to explain that 'rdev' in that case
is not actually a pointer to an rdev.
Reported-by: Patrick Marlier <patrick.marlier@gmail.com>
Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/bitmap.c
patch
|
blob
|
history
diff --cc
drivers/md/bitmap.c
Simple merge