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)
committerArve Hjønnevåg <arve@android.com>
Mon, 1 Jul 2013 21:16:11 +0000 (14:16 -0700)
commitcb80c2ec451c3beb042bab7aa22a129fa5488121
tree81328f48205d93cae4307ec73d2ec85622318b8c
parent7cc23d4c71227b9d0b4d4168c4b57ed31e015513
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