Re: [PATCH 09/29] selinux: tag avc cache alloc as non-critical

2007-02-21 Thread James Morris
On Wed, 21 Feb 2007, Peter Zijlstra wrote: > Failing to allocate a cache entry will only harm performance. > > Signed-off-by: Peter Zijlstra <[EMAIL PROTECTED]> > --- > security/selinux/avc.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: James Morris <[EMAIL PROTECTED]>

[PATCH 09/29] selinux: tag avc cache alloc as non-critical

2007-02-21 Thread Peter Zijlstra
Failing to allocate a cache entry will only harm performance. Signed-off-by: Peter Zijlstra <[EMAIL PROTECTED]> --- security/selinux/avc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6-git/security/selinux/avc.c

[PATCH 09/29] selinux: tag avc cache alloc as non-critical

2007-02-21 Thread Peter Zijlstra
Failing to allocate a cache entry will only harm performance. Signed-off-by: Peter Zijlstra [EMAIL PROTECTED] --- security/selinux/avc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6-git/security/selinux/avc.c

Re: [PATCH 09/29] selinux: tag avc cache alloc as non-critical

2007-02-21 Thread James Morris
On Wed, 21 Feb 2007, Peter Zijlstra wrote: Failing to allocate a cache entry will only harm performance. Signed-off-by: Peter Zijlstra [EMAIL PROTECTED] --- security/selinux/avc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: James Morris [EMAIL PROTECTED] Index: