diff options
author | NeilBrown <neilb@suse.de> | 2015-05-20 08:05:09 +0300 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2015-05-21 02:14:41 +0300 |
commit | 8532e3439087de69bb1b71fd6be2baa6fc196a55 (patch) | |
tree | 83a2251c16c683f096e827af104cfef1fa8ed60b /drivers/i2c | |
parent | a81157768a00e8cf8a7b43b5ea5cac931262374f (diff) | |
download | linux-8532e3439087de69bb1b71fd6be2baa6fc196a55.tar.xz |
md/bitmap: remove rcu annotation from pointer arithmetic.
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>
Diffstat (limited to 'drivers/i2c')
0 files changed, 0 insertions, 0 deletions