commit | 97aca38ddd3421bb7f13bf1c41566b23429906ae | [log] [tgz] |
---|---|---|
author | JP Abgrall <jpa@google.com> | Thu Aug 18 15:05:47 2011 -0700 |
committer | JP Abgrall <jpa@google.com> | Fri Aug 19 19:03:17 2011 -0700 |
tree | 77a93128fe308de57d9f4a05526e4214e5c31b1b | |
parent | efcf89c8eb62b7c0c5976cb94f892c891afea199 [diff] |
netfilter: xt_qtaguid: Fix sockfd_put() call within spinlock sockfd_put() risks sleeping. So when doing a delete ctrl command, defer the sockfd_put() and kfree() to outside of the spinlock. Change-Id: I5f8ab51d05888d885b2fbb035f61efa5b7abb88a Signed-off-by: JP Abgrall <jpa@google.com>