From: Paolo 'Blaisorblade' Giarrusso Date: Sat, 28 May 2005 22:52:04 +0000 (-0700) Subject: [PATCH] uml: remove jail mode + other leftovers X-Git-Tag: v2.6.12-rc6~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e21683bb458c73c6fe87844202a64eac730995e;p=pandora-kernel.git [PATCH] uml: remove jail mode + other leftovers This var is currently useless, as it's apparent from reading the code. Until 2.6.11 it was used in some code related to jail mode, in the same proc.: if(jail){ while(!reading) sched_yield(); } jail mode has been dropped, together with that use, so let's finish dropping this. Also, remove some other useless definitions I met. Acked-by: Jeff Dike Signed-off-by: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed