aio: fix rcu sparse warnings introduced by ioctx table lookup patch
authorBenjamin LaHaise <bcrl@kvack.org>
Fri, 30 Aug 2013 15:12:50 +0000 (11:12 -0400)
committerBenjamin LaHaise <bcrl@kvack.org>
Fri, 30 Aug 2013 15:12:50 +0000 (11:12 -0400)
Sseveral sparse warnings were caused by missing rcu_dereference() annotations
for dereferencing mm->ioctx_table.  Thankfully, none of those were actual bugs
as the deref was protected by a spin lock in all instances.

Signed-off-by: Benjamin LaHaise <bcrl@kvack.org>
Reported-by: Fengguang Wu <fengguang.wu@intel.com>

No differences found