Skip to content
Commit 77d30b14 authored by Benjamin LaHaise's avatar Benjamin LaHaise
Browse files

aio: fix rcu sparse warnings introduced by ioctx table lookup patch



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: default avatarBenjamin LaHaise <bcrl@kvack.org>
Reported-by: default avatarFengguang Wu <fengguang.wu@intel.com>
parent 79bd1bcf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment