Pablo Neira Ayuso 7926dbfa4b netfilter: don't use mutex_lock_interruptible()
Eric Dumazet reports that getsockopt() or setsockopt() sometimes
returns -EINTR instead of -ENOPROTOOPT, causing headaches to
application developers.

This patch replaces all the mutex_lock_interruptible() by mutex_lock()
in the netfilter tree, as there is no reason we should sleep for a
long time there.

Reported-by: Eric Dumazet <edumazet@google.com>
Suggested-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Acked-by: Julian Anastasov <ja@ssi.bg>
2014-08-08 16:47:23 +02:00
..
2013-06-26 18:01:45 +09:00
2013-06-26 18:01:45 +09:00
2013-04-02 00:23:58 +02:00
2013-06-26 18:01:46 +09:00
2013-06-26 18:01:45 +09:00
2013-04-02 00:23:58 +02:00
2013-10-15 10:54:50 +09:00
2013-06-26 18:01:45 +09:00
2010-10-04 22:45:24 +09:00