diff options
author | Thomas Graf <tgraf@suug.ch> | 2006-11-27 09:25:58 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-02 21:30:43 -0800 |
commit | 4e9b82693542003b028c8494e9e3c49615b91ce7 (patch) | |
tree | 955620d0b859b3e5817faafcbe7de6b355bb7d05 /include/linux/netlink.h | |
parent | d61c167dd0797a16584f7a922dd5d50efad1d28a (diff) | |
download | blackbird-op-linux-4e9b82693542003b028c8494e9e3c49615b91ce7.tar.gz blackbird-op-linux-4e9b82693542003b028c8494e9e3c49615b91ce7.zip |
[NETLINK]: Remove unused dst_pid field in netlink_skb_parms
The destination PID is passed directly to netlink_unicast()
respectively netlink_multicast().
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netlink.h')
-rw-r--r-- | include/linux/netlink.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/netlink.h b/include/linux/netlink.h index e61e1e138421..b3b9b609ee89 100644 --- a/include/linux/netlink.h +++ b/include/linux/netlink.h @@ -141,7 +141,6 @@ struct netlink_skb_parms { struct ucred creds; /* Skb credentials */ __u32 pid; - __u32 dst_pid; __u32 dst_group; kernel_cap_t eff_cap; __u32 loginuid; /* Login (audit) uid */ |