Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[sfrench/cifs-2.6.git] / fs / namespace.c
index 97b7c7098c3dd4ffe44f91c79ba05381147ae7f3..9b0140e7d8dacca63cf1b55cbc25e23304a2ccfc 100644 (file)
@@ -1360,7 +1360,7 @@ static void namespace_unlock(void)
        if (likely(hlist_empty(&head)))
                return;
 
-       synchronize_rcu();
+       synchronize_rcu_expedited();
 
        group_pin_kill(&head);
 }