From: Andrew Morton Cc: Jan Kara Cc: Randy Dunlap Signed-off-by: Andrew Morton --- Documentation/filesystems/quota.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN Documentation/filesystems/quota.txt~send-quota-messages-via-netlink-fix-fix Documentation/filesystems/quota.txt --- a/Documentation/filesystems/quota.txt~send-quota-messages-via-netlink-fix-fix +++ a/Documentation/filesystems/quota.txt @@ -35,9 +35,9 @@ is "VFS_DQUOT". Definitions of constants Currently, the interface supports only one message type QUOTA_NL_C_WARNING. This command is used to send a notification about any of the above mentioned events. Each message has six attributes. These are (type of the argument is -in braces): +in parentheses): QUOTA_NL_A_QTYPE (u32) - - type of quota beging exceeded (one of USRQUOTA, GRPQUOTA) + - type of quota being exceeded (one of USRQUOTA, GRPQUOTA) QUOTA_NL_A_EXCESS_ID (u64) - UID/GID (depends on quota type) of user / group whose limit is being exceeded. _