On Thu, Jul 28, 2005 at 05:03:02PM -0700, Mark Bellon wrote:No problem! New patch coming up.
The attached patchs modify the EXT[2|3] and [X|J]FS codes to add the
The XFS component is incorrect, we're already doing this elsewhere
(over in fs/xfs/quota/xfs_qm_bhv.c), so please drop this last part
from your patch...
diff -Naur linux-2.6.13-rc3-git9-orig/fs/xfs/xfs_vfsops.c linux-2.6.13-rc3-git9/fs/xfs/xfs_vfsops.c
...
+ { XFS_UQUOTA_ACTIVE, "," "usrquota" },
+ { XFS_GQUOTA_ACTIVE, "," "grpquota" },
thanks.