mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
[NETLINK]: Mark netlink policies const
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
14a49e1fd2
commit
ef7c79ed64
19 changed files with 28 additions and 28 deletions
|
@ -64,7 +64,7 @@ struct fib_rules_ops
|
|||
void (*flush_cache)(void);
|
||||
|
||||
int nlgroup;
|
||||
struct nla_policy *policy;
|
||||
const struct nla_policy *policy;
|
||||
struct list_head *rules_list;
|
||||
struct module *owner;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue