From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.12] helo=sc8-sf-mx2.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.30) id 1DShtE-0002Dc-1f for user-mode-linux-devel@lists.sourceforge.net; Mon, 02 May 2005 13:51:40 -0700 Received: from lakshmi.addtoit.com ([198.99.130.6] helo=lakshmi.solana.com) by sc8-sf-mx2.sourceforge.net with esmtp (Exim 4.41) id 1DShtC-0008Vr-F5 for user-mode-linux-devel@lists.sourceforge.net; Mon, 02 May 2005 13:51:39 -0700 From: Jeff Dike Message-ID: <20050502203036.GA13721@ccure.user-mode-linux.org> References: <20050501163818.142A3400F1@zion> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050501163818.142A3400F1@zion> Subject: [uml-devel] Re: [patch 1/1] uml: remove jail mode + other leftovers Sender: user-mode-linux-devel-admin@lists.sourceforge.net Errors-To: user-mode-linux-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: The user-mode Linux development list List-Post: List-Help: List-Subscribe: , List-Archive: Date: Mon, 2 May 2005 16:30:36 -0400 To: blaisorblade@yahoo.it Cc: linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net On Sun, May 01, 2005 at 06:38:15PM +0200, blaisorblade@yahoo.it wrote: > > 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. > > Signed-off-by: Paolo 'Blaisorblade' Giarrusso Acked-by: Jeff Dike ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261766AbVEBUvh (ORCPT ); Mon, 2 May 2005 16:51:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261745AbVEBUvh (ORCPT ); Mon, 2 May 2005 16:51:37 -0400 Received: from lakshmi.addtoit.com ([198.99.130.6]:36100 "EHLO lakshmi.solana.com") by vger.kernel.org with ESMTP id S261766AbVEBUvf (ORCPT ); Mon, 2 May 2005 16:51:35 -0400 Date: Mon, 2 May 2005 16:30:36 -0400 From: Jeff Dike To: blaisorblade@yahoo.it Cc: linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net Subject: Re: [patch 1/1] uml: remove jail mode + other leftovers Message-ID: <20050502203036.GA13721@ccure.user-mode-linux.org> References: <20050501163818.142A3400F1@zion> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050501163818.142A3400F1@zion> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sun, May 01, 2005 at 06:38:15PM +0200, blaisorblade@yahoo.it wrote: > > 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. > > Signed-off-by: Paolo 'Blaisorblade' Giarrusso Acked-by: Jeff Dike