| From: "Dr. Thomas Orgis" <thomas.orgis@uni-hamburg.de> |
| Subject: taskstats-version-12-with-thread-group-and-exe-info-fix |
| |
| fix version number in comment |
| |
| Link: https://lkml.kernel.org/r/20220405003601.7a5f6008@plasteblaster |
| Signed-off-by: Dr. Thomas Orgis <thomas.orgis@uni-hamburg.de> |
| Reviewed-by: Ismael Luceno <ismael@iodev.co.uk> |
| Cc: Balbir Singh <bsingharora@gmail.com> |
| Cc: Eric W. Biederman <ebiederm@xmission.com> |
| Cc: xu xin <xu.xin16@zte.com.cn> |
| Cc: Yang Yang <yang.yang29@zte.com.cn> |
| Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
| --- |
| |
| include/uapi/linux/taskstats.h | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| --- a/include/uapi/linux/taskstats.h~taskstats-version-12-with-thread-group-and-exe-info-fix |
| +++ a/include/uapi/linux/taskstats.h |
| @@ -49,7 +49,7 @@ struct taskstats { |
| |
| /* The accounting flags of a task as defined in <linux/acct.h> |
| * Defined values are AFORK, ASU, ACOMPAT, ACORE, AXSIG, and AGROUP. |
| - * (AGROUP since version 11). |
| + * (AGROUP since version 12). |
| */ |
| __u8 ac_flag; /* Record flags */ |
| __u8 ac_nice; /* task_nice */ |
| _ |