Re: Quota on xfs vfsroot

From: Jan Engelhardt
Date: Sat Jan 14 2006 - 04:34:13 EST



>> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/