Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 9 Oct 2001 03:03:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 9 Oct 2001 03:03:40 -0400 Received: from leibniz.math.psu.edu ([146.186.130.2]:18321 "EHLO math.psu.edu") by vger.kernel.org with ESMTP id ; Tue, 9 Oct 2001 03:03:29 -0400 Date: Tue, 9 Oct 2001 03:03:49 -0400 (EDT) From: Alexander Viro To: Nathan Scott cc: Jan Kara , Alan Cox , linux-kernel@vger.kernel.org, linux-xfs@oss.sgi.com Subject: Re: Quotactl change In-Reply-To: <20011008203418.A505344@wobbly.melbourne.sgi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 8 Oct 2001, Nathan Scott wrote: > hi all, > > Al - is the attached patch more along the lines of what you > were after? Quota side looks sane. fs/super.c one is an overkill - just set default in alloc_super(). There is no need to bother with resetting it - in the places where you do it superblock is already deactivated, so get_super() in quotactl will not return it and at that point there should be no inodes left from that filesystem. - 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/