From: Nick Piggin Date: Sat, 26 Jul 2008 02:45:28 +0000 (-0700) Subject: mm: readahead scan lockless X-Git-Tag: v2.6.27-rc1~158 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30002ed2e41830ec03ec3e577ad83ac6b188f96e;p=pandora-kernel.git mm: readahead scan lockless radix_tree_next_hole() is implemented as a series of radix_tree_lookup()s. So it can be called locklessly, under rcu_read_lock(). Signed-off-by: Nick Piggin Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: Hugh Dickins Cc: "Paul E. McKenney" Reviewed-by: Peter Zijlstra Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed