summaryrefslogtreecommitdiff
path: root/include/uapi/linux/dqblk_xfs.h
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2020-09-09 15:54:46 +0200
committerJan Kara <jack@suse.cz>2020-09-10 09:10:06 +0200
commitd1c10767837c4181f2e054865a58166fc117783b (patch)
treeb1d63630af82a44237fc7709c289cbe3feab01a9 /include/uapi/linux/dqblk_xfs.h
parentad47ff330b26a9fefa882032be2122700e1625ab (diff)
quota: Expand comment describing d_itimer
Expand comment describing d_itimer in struct fs_disk_quota. Reported-by: Matthew Wilcox <willy@infradead.org> Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'include/uapi/linux/dqblk_xfs.h')
-rw-r--r--include/uapi/linux/dqblk_xfs.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/uapi/linux/dqblk_xfs.h b/include/uapi/linux/dqblk_xfs.h
index 16d73f54376d..c71d909addda 100644
--- a/include/uapi/linux/dqblk_xfs.h
+++ b/include/uapi/linux/dqblk_xfs.h
@@ -61,8 +61,9 @@ typedef struct fs_disk_quota {
__u64 d_ino_softlimit;/* preferred inode limit */
__u64 d_bcount; /* # disk blocks owned by the user */
__u64 d_icount; /* # inodes owned by the user */
- __s32 d_itimer; /* zero if within inode limits */
- /* if not, we refuse service */
+ __s32 d_itimer; /* Zero if within inode limits. If
+ * not, we refuse service at this time
+ * (in seconds since Unix epoch) */
__s32 d_btimer; /* similar to above; for disk blocks */
__u16 d_iwarns; /* # warnings issued wrt num inodes */
__u16 d_bwarns; /* # warnings issued wrt disk blocks */