Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751680AbWANJfi (ORCPT ); Sat, 14 Jan 2006 04:35:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751740AbWANJfi (ORCPT ); Sat, 14 Jan 2006 04:35:38 -0500 Received: from linux01.gwdg.de ([134.76.13.21]:7126 "EHLO linux01.gwdg.de") by vger.kernel.org with ESMTP id S1751677AbWANJfh (ORCPT ); Sat, 14 Jan 2006 04:35:37 -0500 Date: Sat, 14 Jan 2006 10:35:34 +0100 (MET) From: Jan Engelhardt To: Bernd Eckenfels cc: linux-kernel@vger.kernel.org Subject: Re: Quota on xfs vfsroot In-Reply-To: Message-ID: References: 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 Content-Length: 727 Lines: 21 >> the xfs_quota manpage says that one needs to use the "root-flags=" boot >> parameter to enable quota for the root filesystem, but I do not see a >> matching __setup() definition anywhere in the fs/xfs/ folder. So, how do I >> have quota activated then? > >init/do_mounts.c:__setup("rootflags=", root_data_setup); >It is a general boot line flag, not xfs specific. Ah, thank you. Weird manpage program wrapped rootflags into "root-\nflags" at EOL, sigh. Jan Engelhardt -- - 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/