]> git.baikalelectronics.ru Git - kernel.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)
commit28d9d5ee137dd37d793dbdacc78d55082b957a54
tree1a16fcf51b79c5a6a955139e8829aef55fdc3880
parentd645d150af8a2f5f6577008a5f1cccdea828a6ce
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