]> git.baikalelectronics.ru Git - kernel.git/commit
mm: remove useless rcu lock-unlock from mapping_tagged()
authorKonstantin Khlebnikov <khlebnikov@openvz.org>
Tue, 26 Jul 2011 00:12:31 +0000 (17:12 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Jul 2011 03:57:11 +0000 (20:57 -0700)
commitfa43abc97bc41c55c22bb44881a3391941aa7154
tree4efc95eb0aaade090bac42e72c5973ada6d2cdb1
parent9a2215de86a92d0c449724e717c53042c93868b8
mm: remove useless rcu lock-unlock from mapping_tagged()

radix_tree_tagged() is lockless - it reads from a member of the raid-tree
root node.  It does not require any protection.

Signed-off-by: Konstantin Khlebnikov <khlebnikov@openvz.org>
Cc: Hugh Dickins <hughd@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/page-writeback.c