From: Nick Piggin Date: Sat, 3 Sep 2005 22:54:50 +0000 (-0700) Subject: [PATCH] mm: remove atomic X-Git-Tag: v2.6.14-rc1~969 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=242e54686257493f0b10ac557e730419d9af7d24;p=pandora-kernel.git [PATCH] mm: remove atomic This bitop does not need to be atomic because it is performed when there will be no references to the page (ie. the page is being freed). Signed-off-by: Nick Piggin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed