From 3a56799bd978fe6ace7bf9fa5e056705f9a8d64b Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Sat, 12 Sep 2009 22:54:23 -0400 Subject: [PATCH] --- yaml --- r: 161359 b: refs/heads/master c: 4e6d0bffd3d72a32b620525c9007d2482c731775 h: refs/heads/master i: 161357: a690e6d851b60bf77538ea9f9b6465465eff8abf 161355: d0bb2c17b280109c8ca68095b956591c9d22787e 161351: 88d4f2c18f687307e5e3cc77705b1fd8a899128f 161343: 15feb696f781fcbc308446512fad099e59790814 v: v3 --- [refs] | 2 +- trunk/security/selinux/avc.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 9d73ab295086..6ada2bba7e78 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 008574b11171a1ee9583a00188e27ff9e0432061 +refs/heads/master: 4e6d0bffd3d72a32b620525c9007d2482c731775 diff --git a/trunk/security/selinux/avc.c b/trunk/security/selinux/avc.c index f60124623645..1ed0f076aadc 100644 --- a/trunk/security/selinux/avc.c +++ b/trunk/security/selinux/avc.c @@ -868,6 +868,8 @@ u32 avc_policy_seqno(void) void avc_disable(void) { + avc_flush(); + synchronize_rcu(); if (avc_node_cachep) kmem_cache_destroy(avc_node_cachep); }