mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-23 18:44:50 +00:00
quota: report warning limits for realtime space quotas
Report the number of warnings that a user will get for exceeding the soft limit of a realtime volume. This plugs a gap needed before we can land a realtime quota implementation for XFS in the next cycle. Link: https://lore.kernel.org/r/20210318041736.GB22094@magnolia Signed-off-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Jan Kara <jack@suse.cz>
This commit is contained in:
committed by
Jan Kara
parent
fa8b90070a
commit
f998d7d545
@@ -219,7 +219,10 @@ struct fs_quota_statv {
|
||||
__s32 qs_rtbtimelimit;/* limit for rt blks timer */
|
||||
__u16 qs_bwarnlimit; /* limit for num warnings */
|
||||
__u16 qs_iwarnlimit; /* limit for num warnings */
|
||||
__u64 qs_pad2[8]; /* for future proofing */
|
||||
__u16 qs_rtbwarnlimit;/* limit for rt blks warnings */
|
||||
__u16 qs_pad3;
|
||||
__u32 qs_pad4;
|
||||
__u64 qs_pad2[7]; /* for future proofing */
|
||||
};
|
||||
|
||||
#endif /* _LINUX_DQBLK_XFS_H */
|
||||
|
||||
Reference in New Issue
Block a user