From: David Rientjes Date: Mon, 11 May 2009 22:45:12 +0000 (-0700) Subject: Staging: android: lowmemorykiller: cleanup android low memory killer X-Git-Tag: v2.6.31-rc1~105^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34006e11ee406daa98aaf685d2de80c70e68decf;p=pandora-kernel.git Staging: android: lowmemorykiller: cleanup android low memory killer Clean up the code in lowmem_shrink() for the Android low memory killer so that it follows the kernel coding style. It's unnecessary to check for p->oomkilladj >= min_adj if the selected task's oomkilladj score is stored since get_mm_rss() will always be greater than zero. Cc: San Mehat Cc: Arve Hjønnevåg Signed-off-by: David Rientjes Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed