From: MinChan Kim Date: Tue, 31 Mar 2009 22:19:26 +0000 (-0700) Subject: vmap: remove needless lock and list in vmap X-Git-Tag: v2.6.30-rc1~583 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d086817dc0d42f1be8db4138233d33e1dd16a956;p=pandora-kernel.git vmap: remove needless lock and list in vmap vmap's dirty_list is unused. It's for optimizing flushing. but Nick didn't write the code yet. so, we don't need it until time as it is needed. This patch removes vmap_block's dirty_list and codes related to it. Signed-off-by: MinChan Kim Acked-by: Nick Piggin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed