When compiled 2.4.18 + xfs 1.1, including support only for XFS quota's
quota tools 3.06 fails with the quotactl ioctl, claiming no kernel quota
support... although xfs can operate without vfs quota's enabled, there
is no way to configure it... heh
this can be fixed by adding CONFIG_QUOTA to the kernel configuration
or selecing vfs quota's when configuring....
as proposed by Eric, we can change the xfs quota configuration dependencies
from...
dep_mbool ' Enable XFS Quota' CONFIG_XFS_QUOTA $CONFIG_XFS_FS
to...
dep_mbool ' Enable XFS Quota' CONFIG_XFS_QUOTA $CONFIG_XFS_FS
$CONFIG_QUOTA
or fix quota tools to configure xfs quota's without vfs quota support.
imho, the prior fix would be more sane.
--
Nigel Kukard
|