From 77d30b14d24e557f89c41980011d72428514d729 Mon Sep 17 00:00:00 2001 From: Benjamin LaHaise Date: Fri, 30 Aug 2013 11:12:50 -0400 Subject: [PATCH] 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 Reported-by: Fengguang Wu --- Reading git-format-patch failed