Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: Benjamin LaHaise <[email protected]> Reported-by: Fengguang Wu <[email protected]>
- Loading branch information