]> git.ipfire.org Git - thirdparty/ipset.git/commit
kernel: do not mix const and __read_mostly
authorJan Engelhardt <jengelh@medozas.de>
Sun, 19 Dec 2010 01:09:19 +0000 (02:09 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Sun, 19 Dec 2010 02:05:59 +0000 (03:05 +0100)
commit8f88de56d8ab22e6b34dba81ebf69e75929706ff
tree44c21da0c2b811060f9cc80c41cf576aa0ad5daa
parent81145c5548a7ab94ff69fc92359ba17fdb03f4d6
kernel: do not mix const and __read_mostly

It makes no sense to mix these two. Either it is
writable-plus-read-mostly, or it is constant.
14 files changed:
kernel/include/linux/netfilter/ipset/ip_set.h
kernel/include/linux/netfilter/ipset/ip_set_ahash.h
kernel/include/linux/netfilter/ipset/ip_set_chash.h
kernel/ip_set.c
kernel/ip_set_bitmap_ip.c
kernel/ip_set_bitmap_ipmac.c
kernel/ip_set_bitmap_port.c
kernel/ip_set_hash_ip.c
kernel/ip_set_hash_ipport.c
kernel/ip_set_hash_ipportip.c
kernel/ip_set_hash_ipportnet.c
kernel/ip_set_hash_net.c
kernel/ip_set_hash_netport.c
kernel/ip_set_list_set.c