[PATCH 02/12] selinux: tag avc cache alloc as non-critical

2012-07-12 Thread Mel Gorman
Failing to allocate a cache entry will only harm performance not correctness. Do not consume valuable reserve pages for something like that. Signed-off-by: Peter Zijlstra Signed-off-by: Mel Gorman Acked-by: Eric Paris Acked-by: Rik van Riel --- security/selinux/avc.c |2 +- 1 file

[PATCH 02/12] selinux: tag avc cache alloc as non-critical

2012-07-12 Thread Mel Gorman
Failing to allocate a cache entry will only harm performance not correctness. Do not consume valuable reserve pages for something like that. Signed-off-by: Peter Zijlstra a.p.zijls...@chello.nl Signed-off-by: Mel Gorman mgor...@suse.de Acked-by: Eric Paris epa...@redhat.com Acked-by: Rik van