netfilter: xt_qtaguid: fix error exit that would keep a spinlock.
authorJP Abgrall <jpa@google.com>
Wed, 10 Oct 2012 03:38:21 +0000 (20:38 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:51:27 +0000 (13:51 -0800)
commit839c250642e19752a6b12b82f7edaeff2a6f4fe4
tree5ec7aef4658b8456fdd6010e9b523376a16805be
parent712fffff9906abf6f7f54f83bff1bd3cdfc84e51
netfilter: xt_qtaguid: fix error exit that would keep a spinlock.

qtudev_open() could return with a uid_tag_data_tree_lock held
when an kzalloc(..., GFP_ATOMIC) would fail.
Very unlikely to get triggered AND survive the mayhem of running out of mem.

Signed-off-by: JP Abgrall <jpa@google.com>
net/netfilter/xt_qtaguid.c