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)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Wed, 30 Jan 2013 03:22:36 +0000 (03:22 +0000)
commit5ac7a303b643a38d346b1f9d9ccd9988787de7f1
tree7a5bc2fb987a47a71f2887945456d8ef239e998e
parente411d31419b6fab38f7f0268028bdfd18c55d9a6
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