Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757719AbXKAS6S (ORCPT ); Thu, 1 Nov 2007 14:58:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752271AbXKAS6G (ORCPT ); Thu, 1 Nov 2007 14:58:06 -0400 Received: from THUNK.ORG ([69.25.196.29]:56737 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753300AbXKAS6F (ORCPT ); Thu, 1 Nov 2007 14:58:05 -0400 Date: Thu, 1 Nov 2007 14:57:10 -0400 From: Theodore Tso To: Ingo Molnar Cc: Ulrich Drepper , Linus Torvalds , Andrew Morton , linux-kernel@vger.kernel.org, Pavel Emelyanov Subject: Re: [patch] PID namespace design bug, workaround Message-ID: <20071101185710.GA2387@thunk.org> Mail-Followup-To: Theodore Tso , Ingo Molnar , Ulrich Drepper , Linus Torvalds , Andrew Morton , linux-kernel@vger.kernel.org, Pavel Emelyanov References: <20071101144307.GA29566@elte.hu> <4729E86A.9090705@redhat.com> <20071101150537.GC4044@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071101150537.GC4044@elte.hu> User-Agent: Mutt/1.5.15+20070412 (2007-04-11) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on thunker.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 412 Lines: 12 On Thu, Nov 01, 2007 at 04:05:37PM +0100, Ingo Molnar wrote: > + if (clone_flags & CLONE_NEWPID) > + return -ENOSYS; I'd use EINVAL instead of ENOSYS... - Ted - 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/