diff options
Diffstat (limited to 'security/selinux')
-rw-r--r-- | security/selinux/avc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/avc.c b/security/selinux/avc.c index 68d82daed257..4d3fab47e643 100644 --- a/security/selinux/avc.c +++ b/security/selinux/avc.c | |||
@@ -274,7 +274,7 @@ static struct avc_node *avc_alloc_node(void) | |||
274 | { | 274 | { |
275 | struct avc_node *node; | 275 | struct avc_node *node; |
276 | 276 | ||
277 | node = kmem_cache_zalloc(avc_node_cachep, GFP_ATOMIC); | 277 | node = kmem_cache_zalloc(avc_node_cachep, GFP_ATOMIC|__GFP_NOMEMALLOC); |
278 | if (!node) | 278 | if (!node) |
279 | goto out; | 279 | goto out; |
280 | 280 | ||