commit | dc75135ca0248863816ae9a37acf559dc422e3f8 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Nov 20 16:24:43 2024 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue Dec 24 17:22:26 2024 -0800 |
tree | 001eb0b86f588b2dc0e081a2ed53f87c69ac8c3e | |
parent | f0185fa8c0cfcdf9277a7162ac2ce8259fa425a7 [diff] |
mkfs: add quota flags when setting up filesystem If we're creating a metadir filesystem, the quota accounting and enforcement flags persist until the sysadmin changes them. Add a means to specify those qflags at format time. Signed-off-by: "Darrick J. Wong" <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>