commit | 24a04b8976471deed0a5be2d2d136e0d62639108 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Nov 20 16:24:41 2024 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Sun Nov 24 21:02:56 2024 -0800 |
tree | 4e18d7b66bb7d444cee7f4c478f53c85b4ab697a | |
parent | 755974651b79b777cf73316fbf5a4878f6c869f8 [diff] |
xfs: use metadir for quota inodes Store the quota inodes in the /quota metadata directory if metadir is enabled. This enables us to stop using the sb_[ugp]uotino fields in the superblock. From this point on, all metadata files will be children of the metadata directory tree root. Signed-off-by: "Darrick J. Wong" <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>