diff options
Diffstat (limited to 'net/psample/psample.c')
-rw-r--r-- | net/psample/psample.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/psample/psample.c b/net/psample/psample.c index 64f95624f219..a107b2405668 100644 --- a/net/psample/psample.c +++ b/net/psample/psample.c | |||
@@ -100,6 +100,7 @@ static int psample_nl_cmd_get_group_dumpit(struct sk_buff *msg, | |||
100 | static const struct genl_ops psample_nl_ops[] = { | 100 | static const struct genl_ops psample_nl_ops[] = { |
101 | { | 101 | { |
102 | .cmd = PSAMPLE_CMD_GET_GROUP, | 102 | .cmd = PSAMPLE_CMD_GET_GROUP, |
103 | .validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP, | ||
103 | .dumpit = psample_nl_cmd_get_group_dumpit, | 104 | .dumpit = psample_nl_cmd_get_group_dumpit, |
104 | /* can be retrieved by unprivileged users */ | 105 | /* can be retrieved by unprivileged users */ |
105 | } | 106 | } |