From: NeilBrown Date: Wed, 20 May 2015 05:05:09 +0000 (+1000) Subject: md/bitmap: remove rcu annotation from pointer arithmetic. X-Git-Tag: omap-for-v4.2/wakeirq-drivers-v2^2~2^2~67^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8532e3439087de69bb1b71fd6be2baa6fc196a55;p=pandora-kernel.git 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 Signed-off-by: NeilBrown --- Reading git-diff-tree failed