Skip to content

Commit d1c1076

Browse files
committed
quota: Expand comment describing d_itimer
Expand comment describing d_itimer in struct fs_disk_quota. Reported-by: Matthew Wilcox <[email protected]> Signed-off-by: Jan Kara <[email protected]>
1 parent ad47ff3 commit d1c1076

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/uapi/linux/dqblk_xfs.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ typedef struct fs_disk_quota {
6161
__u64 d_ino_softlimit;/* preferred inode limit */
6262
__u64 d_bcount; /* # disk blocks owned by the user */
6363
__u64 d_icount; /* # inodes owned by the user */
64-
__s32 d_itimer; /* zero if within inode limits */
65-
/* if not, we refuse service */
64+
__s32 d_itimer; /* Zero if within inode limits. If
65+
* not, we refuse service at this time
66+
* (in seconds since Unix epoch) */
6667
__s32 d_btimer; /* similar to above; for disk blocks */
6768
__u16 d_iwarns; /* # warnings issued wrt num inodes */
6869
__u16 d_bwarns; /* # warnings issued wrt disk blocks */

0 commit comments

Comments
 (0)