[NETFILTER] nfnetlink: netlink_run_queue() already checks for NLM_F_REQUEST
authorThomas Graf <tgraf@suug.ch>
Fri, 23 Mar 2007 18:17:57 +0000 (11:17 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:27:46 +0000 (22:27 -0700)
commitc7bf5f9dc2f78ae8ebbfffc5f17becd0d9e6ba9e
treec94efc41913627b110c4e80ee5bea65ae67a602c
parentde6e05c49f8b4ed63224c5d38891f531ecc4eabb
[NETFILTER] nfnetlink: netlink_run_queue() already checks for NLM_F_REQUEST

Patrick has made use of netlink_run_queue() in nfnetlink while my patches
have been waiting for net-2.6.22 to open. So this check for NLM_F_REQUEST
can go as well.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nfnetlink.c