From: Hugh Dickins Date: Tue, 5 Feb 2008 06:28:43 +0000 (-0800) Subject: shmem: SGP_QUICK and SGP_FAULT redundant X-Git-Tag: v2.6.25-rc1~975 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27d54b398ec0edea0e7417f003171017300e0efc;p=pandora-kernel.git shmem: SGP_QUICK and SGP_FAULT redundant Remove SGP_QUICK from the sgp_type enum: it was for shmem_populate and has no users now. Remove SGP_FAULT from the enum: SGP_CACHE does just as well (and shmem_getpage is about to return with page always locked). Signed-off-by: Hugh Dickins Acked-by: Rik van Riel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed