Re: Quota on xfs vfsroot

From: Bernd Eckenfels
Date: Fri Jan 13 2006 - 17:48:06 EST


Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx> wrote:
> 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.

Gruss
Bernd
y
-
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/