From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161302AbWGNVE6 (ORCPT ); Fri, 14 Jul 2006 17:04:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161303AbWGNVE6 (ORCPT ); Fri, 14 Jul 2006 17:04:58 -0400 Received: from pat.uio.no ([129.240.10.4]:7832 "EHLO pat.uio.no") by vger.kernel.org with ESMTP id S1161302AbWGNVE5 (ORCPT ); Fri, 14 Jul 2006 17:04:57 -0400 Subject: Re: [PATCH -mm 5/7] add user namespace From: Trond Myklebust To: "Eric W. Biederman" Cc: Dave Hansen , "Serge E. Hallyn" , Cedric Le Goater , linux-kernel@vger.kernel.org, Andrew Morton , Kirill Korotaev , Andrey Savochkin , Herbert Poetzl , Sam Vilain In-Reply-To: References: <1152815391.7650.58.camel@localhost.localdomain> <1152821011.24925.7.camel@localhost.localdomain> <1152887287.24925.22.camel@localhost.localdomain> <20060714162935.GA25303@sergelap.austin.ibm.com> <1152896138.24925.74.camel@localhost.localdomain> <20060714170814.GE25303@sergelap.austin.ibm.com> <1152897579.24925.80.camel@localhost.localdomain> <1152900911.5729.30.camel@lade.trondhjem.org> Content-Type: text/plain Date: Fri, 14 Jul 2006 17:04:38 -0400 Message-Id: <1152911079.5729.70.camel@lade.trondhjem.org> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit X-UiO-Spam-info: not spam, SpamAssassin (score=-3.56, required 12, autolearn=disabled, AWL 1.44, UIO_MAIL_IS_INTERNAL -5.00) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2006-07-14 at 12:40 -0600, Eric W. Biederman wrote: > Now I do agree if I can set the information in vfsmount and not in > the superblock it is probably better. But even with nfs mount superblock > collapsing (which I almost understand) I don't see it as a real > problem, as long as I could prevent the superblock from collapsing. NFS is the least of your problems. You can only have one superblock for most local filesystems too and with good reason: imagine, for instance, the effect of having 2 different block allocators working on the same device. Cheers Trond