Message ID | 151019772756.30101.64944229146330338.stgit@noble (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/fs/namespace.c b/fs/namespace.c index d18deb4c410b..23cdf6c62895 100644 --- a/fs/namespace.c +++ b/fs/namespace.c @@ -1420,7 +1420,7 @@ static void namespace_unlock(void) if (likely(hlist_empty(&head))) return; - synchronize_rcu(); + synchronize_rcu_expedited(); group_pin_kill(&head); }