xt_qtaguid: use sock_gen_put() instead of xt_socket_put_sk()
authorAmit Pundir <amit.pundir@linaro.org>
Wed, 28 Jan 2015 19:46:23 +0000 (01:16 +0530)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:51:39 +0000 (13:51 -0800)
commit62ade5c47df6e2e7871c080c125e2b4a629e8d7e
tree85cdbc5e014097c3163a976e6976151434391e1b
parent7c36bff505b117a9fd43bc644e3427ae1173e10a
xt_qtaguid: use sock_gen_put() instead of xt_socket_put_sk()

Removing obsolete xt_socket_put_sk() and using sock_gen_put() instead.
xt_socket_put_sk() was reintroduced for xt_qtaguid in one of the patches,
but it turned out sock_gen_put() supersedes xt_socket_put_sk(). So we
don't need xt_socket_put_sk() any more.

This patch is based on commit 1a8bf6eeef9f (netfilter: xt_socket: use sock_gen_put())

Change-Id: I976d5f7f7eded0f3cc91b596acfeb35e4c2057e5
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
(cherry picked from commit 551780fc28cb7480dbc4f585ef80ca02c2922ec1)
Signed-off-by: John Stultz <john.stultz@linaro.org>
include/uapi/linux/netfilter/xt_socket.h
net/netfilter/xt_qtaguid.c
net/netfilter/xt_socket.c