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: NBenjamin LaHaise <bcrl@kvack.org> Reported-by: NFengguang Wu <fengguang.wu@intel.com>
Showing
想要评论请 注册 或 登录