|
@@ -317,7 +317,7 @@ static void genl_unregister_mc_groups(struct genl_family *family)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-static int genl_validate_ops(struct genl_family *family)
|
|
|
|
|
|
+static int genl_validate_ops(const struct genl_family *family)
|
|
{
|
|
{
|
|
const struct genl_ops *ops = family->ops;
|
|
const struct genl_ops *ops = family->ops;
|
|
unsigned int n_ops = family->n_ops;
|
|
unsigned int n_ops = family->n_ops;
|
|
@@ -337,10 +337,6 @@ static int genl_validate_ops(struct genl_family *family)
|
|
return -EINVAL;
|
|
return -EINVAL;
|
|
}
|
|
}
|
|
|
|
|
|
- /* family is not registered yet, so no locking needed */
|
|
|
|
- family->ops = ops;
|
|
|
|
- family->n_ops = n_ops;
|
|
|
|
-
|
|
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|