summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dquot.h
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2023-12-15 10:03:45 -0800
committerDarrick J. Wong <djwong@kernel.org>2023-12-15 10:03:45 -0800
commita5b91555403e3a09ae00bed85fc78b60801dda24 (patch)
tree08ed2e43ab767980df2b76661efd856bd7a94532 /fs/xfs/xfs_dquot.h
parent21d7500929c8a0b10e22a6755850c6f9a9280284 (diff)
downloadlinux-a5b91555403e3a09ae00bed85fc78b60801dda24.tar.gz
linux-a5b91555403e3a09ae00bed85fc78b60801dda24.tar.bz2
linux-a5b91555403e3a09ae00bed85fc78b60801dda24.zip
xfs: repair quotas
Fix anything that causes the quota verifiers to fail. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/xfs/xfs_dquot.h')
-rw-r--r--fs/xfs/xfs_dquot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/xfs/xfs_dquot.h b/fs/xfs/xfs_dquot.h
index 8d9d4b0d979d..956272d9b302 100644
--- a/fs/xfs/xfs_dquot.h
+++ b/fs/xfs/xfs_dquot.h
@@ -237,4 +237,7 @@ static inline struct xfs_dquot *xfs_qm_dqhold(struct xfs_dquot *dqp)
time64_t xfs_dquot_set_timeout(struct xfs_mount *mp, time64_t timeout);
time64_t xfs_dquot_set_grace_period(time64_t grace);
+void xfs_qm_init_dquot_blk(struct xfs_trans *tp, xfs_dqid_t id, xfs_dqtype_t
+ type, struct xfs_buf *bp);
+
#endif /* __XFS_DQUOT_H__ */