xfs
[Top] [All Lists]

[BUG] CONFIG_XFS_QUOTA vs. CONFIG_XFS_QUOTA + CONFIG_QUOTA

To: Linux XFS Mailing List <linux-xfs@xxxxxxxxxxx>
Subject: [BUG] CONFIG_XFS_QUOTA vs. CONFIG_XFS_QUOTA + CONFIG_QUOTA
From: Nigel Kukard <nkukard@xxxxxxxx>
Date: Fri, 14 Jun 2002 00:10:39 +0200 (SAST)
Sender: owner-linux-xfs@xxxxxxxxxxx
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



<Prev in Thread] Current Thread [Next in Thread>