xfs: mark quota inodes as metadata files
authorDarrick J. Wong <djwong@kernel.org>
Mon, 4 Nov 2024 04:18:55 +0000 (20:18 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 5 Nov 2024 21:38:32 +0000 (13:38 -0800)
commitcc0cf84aa7fe249f8c1ff5f6cecf69de9d07b582
tree43f988ce3d75689ada060bd490ba0aa0e90c286d
parent382e275f0e8d09c886ad4cf949e89208463f1ff0
xfs: mark quota inodes as metadata files

When we're creating quota files at mount time, make sure to mark them as
metadir inodes if appropriate.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/xfs_qm.c