]> git.karo-electronics.de Git - karo-tx-linux.git/commit
netlink: rename ssk to sk in struct netlink_skb_params
authorPatrick McHardy <kaber@trash.net>
Wed, 17 Apr 2013 06:46:57 +0000 (06:46 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Apr 2013 18:57:56 +0000 (14:57 -0400)
commite32123e59871b9389d5b3fe9318611c7f1d1307a
tree1a16fcf51b79c5a6a955139e8829aef55fdc3880
parentcd967e05715489c5d1059d8d3012c747e5cfb1c4
netlink: rename ssk to sk in struct netlink_skb_params

Memory mapped netlink needs to store the receiving userspace socket
when sending from the kernel to userspace. Rename 'ssk' to 'sk' to
avoid confusion.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netlink.h
net/ipv4/inet_diag.c
net/ipv4/udp_diag.c
net/netfilter/nfnetlink_log.c
net/netlink/af_netlink.c
net/sched/cls_flow.c