On Tue, Feb 18, 2025 at 11:19:11PM -0800, Christoph Hellwig wrote: > On Tue, Feb 18, 2025 at 04:47:40PM -0800, Darrick J. Wong wrote: > > Hi all, > > > > Store the quota files in the metadata directory tree instead of the superblock. > > Since we're introducing a new incompat feature flag, let's also make the mount > > process bring up quotas in whatever state they were when the filesystem was > > last unmounted, instead of requiring sysadmins to remember that themselves. > > This sentence looks like it was erroneously copied from the kernel > series. Oops, yeah. Will change it to: "These are the fstests adjustments to quota handling in metadir filesystems, which means finding the quota inodes through paths, and adjusting to quota options being persistent." --D