From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 40EEF1381F3 for ; Mon, 14 Oct 2013 22:32:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2D27E09F8; Mon, 14 Oct 2013 22:32:35 +0000 (UTC) Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E767FE09F1 for ; Mon, 14 Oct 2013 22:32:34 +0000 (UTC) Received: by mail-wg0-f46.google.com with SMTP id m15so1373365wgh.13 for ; Mon, 14 Oct 2013 15:32:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=kF5mcnBMuBFYh326VqS6leZUEu0/9fkzQPrYSCXPtIk=; b=v0YKaa0ajTmpDB3oY0vE8wXFzzwmwzoUBjPxUCvyp4PtcUeJRz16lnh4gsfHPjcexg tGI9XYMEzcbebaS4t2U0CNXmNq/f8ZjyiwziUfJZJnkH6DT868PBmfJh7kHXQxgp2QWD cnRUCxi5dgcYwGwjQgWgC2QITE2/PlqZtm1KVi0bCjJ4VpGsRApKWC44T4ABnCIUP44a sxFpUrTAvvkoUAjd+pqnBwCwrIc4Hsp1whEW6QjXk1lJsoIXKSkh8L2ZIkSRPgF2B99K kQ+wkJTaPH1XpOeOOLDLwhTL1ZsFJRTzE5pl246t3F846OhJ9Wzs85esCPeb80hzoJ+p 6VUg== X-Received: by 10.180.221.38 with SMTP id qb6mr16396987wic.8.1381789953563; Mon, 14 Oct 2013 15:32:33 -0700 (PDT) Received: from [192.168.1.65] (host109-153-3-190.range109-153.btcentralplus.com. [109.153.3.190]) by mx.google.com with ESMTPSA id iz19sm152520wic.9.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 14 Oct 2013 15:32:32 -0700 (PDT) Message-ID: <525C70FE.3040505@googlemail.com> Date: Mon, 14 Oct 2013 23:32:30 +0100 From: David Leverton User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 SeaMonkey/2.21 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] rfc: converting /etc/mtab to a symlink References: <20131013193232.GA10488@linux1> <525C3ECA.2070804@googlemail.com> <525C4DF8.9090603@googlemail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: d9b9d2c2-1bc4-4c54-976a-5214eca5b57e X-Archives-Hash: a00c3568c089392651ce3094761f6763 Mike Gilbert wrote: > This is a horrible example. /etc/resolv.conf is a configuration file > for code that lives entirely in userspace. Of course it makes no sense > to shove that into the kernel. My point is that it's silly to have a hard-coded special case in the kernel for mtab, especially if it doesn't do the job properly and requires an extra utab file, when the general solution could work for any file and wouldn't require any changes when the namespace feature isn't in use.