On Tue, Feb 16, 2010 at 10:26:34PM +0100, Jan Kara wrote: > The semantics I've chosen for OCFS2 is that if "USRQUOTA" filesystem > feature is enabled, we always do accounting of users' usage (as this is > essntially filesystem metadata). 'usrquota' mount option is just ignored > and used only to make life easier to quota-tools (so that they don't have > to parse superblock to find whether quota is supported or not). Enforcement > is enabled / disabled by quotactl call. > I'd eventually love to convert ext3/4 to this behavior as well (and move > quota files to be invisible "system" inodes) so if XFS would be consistent > with this, it would be nice. XFS is almost but not quite consistant with that. XFS has mount options for accounting and enforcement, but no superblock bit yet. Accounting always needs to be enabled at mount time, and enforcement can be enabled/disabled with quotactl / xfs_quota in addition to the mount option. We have been thinking about optionally also adding the superblock flag as that would make a lof of things easier, especially for quotas on the root filesystem. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html