aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/taskstats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/taskstats.c b/kernel/taskstats.c
index fc0f2200541..8d597b19f13 100644
--- a/kernel/taskstats.c
+++ b/kernel/taskstats.c
@@ -657,6 +657,7 @@ static struct genl_ops taskstats_ops = {
657 .cmd = TASKSTATS_CMD_GET, 657 .cmd = TASKSTATS_CMD_GET,
658 .doit = taskstats_user_cmd, 658 .doit = taskstats_user_cmd,
659 .policy = taskstats_cmd_get_policy, 659 .policy = taskstats_cmd_get_policy,
660 .flags = GENL_ADMIN_PERM,
660}; 661};
661 662
662static struct genl_ops cgroupstats_ops = { 663static struct genl_ops cgroupstats_ops = {