Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964887AbVKHHqe (ORCPT ); Tue, 8 Nov 2005 02:46:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965098AbVKHHqe (ORCPT ); Tue, 8 Nov 2005 02:46:34 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:1920 "EHLO mx3.mail.elte.hu") by vger.kernel.org with ESMTP id S964887AbVKHHqe (ORCPT ); Tue, 8 Nov 2005 02:46:34 -0500 Date: Tue, 8 Nov 2005 08:46:48 +0100 From: Ingo Molnar To: Zachary Amsden Cc: Andrew Morton , Chris Wright , Linus Torvalds , Linux Kernel Mailing List , Virtualization Mailing List , "H. Peter Anvin" , Zwane Mwaikambo , Martin Bligh , Pratap Subrahmanyam , Christopher Li , "Eric W. Biederman" Subject: Re: [PATCH 21/21] i386 Ldt context inline Message-ID: <20051108074648.GH28201@elte.hu> References: <200511080442.jA84g2vH009964@zach-dev.vmware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200511080442.jA84g2vH009964@zach-dev.vmware.com> User-Agent: Mutt/1.4.2.1i X-ELTE-SpamScore: 0.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=0.0 required=5.9 tests=AWL autolearn=disabled SpamAssassin version=3.0.3 0.0 AWL AWL: From: address is in the auto white-list X-ELTE-VirusStatus: clean Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 482 Lines: 15 * Zachary Amsden wrote: > + if (old_mm && unlikely(old_mm->context.ldt)) { > + retval = copy_ldt(&mm->context, &old_mm->context); > + } style police: remove the { }. You only moved the function, but still :-) Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/