> > 6) With the QUOTA feature set, since the quota inodes are hidden, some of the > > utilities from quota-tools will no longer work correctly. Instead, e2fsprogs > > will include support for fixing the quota files. > > It would be preferable from a usability point of view to have the existing quota tools to work with the new quota files instead of having to introduce new quota utilities. > There are a number of ways that this could be facilitated: > - make the quota files visible to userspace, but immutable IMHO direct quota file access is always bad thing, and unfortunately tools was designed that way, now we have a chance to fix that. More than less one of the goals of FCQ is to enable quota accounting on mount. So quota file's content will always be out of date due to page-cache tricks. But if we export virtual files instead of real ones this allow to solve both issues at a time. OpenVZ use this trick to handle per container quota via unmodified quotatools. -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html