From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [PATCH linux-next] fs: don't call _cond_resched() from the rcu critical section Date: Wed, 13 May 2015 21:45:52 +0100 Message-ID: <20150513204552.GE7232@ZenIV.linux.org.uk> References: <1431533401-28810-1-git-send-email-avagin@openvz.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, NeilBrown To: Andrey Vagin Return-path: Received: from zeniv.linux.org.uk ([195.92.253.2]:44267 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752393AbbEMUpy (ORCPT ); Wed, 13 May 2015 16:45:54 -0400 Content-Disposition: inline In-Reply-To: <1431533401-28810-1-git-send-email-avagin@openvz.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, May 13, 2015 at 07:10:01PM +0300, Andrey Vagin wrote: > The context can't be switched in rcu critical sections. Folded in a slightly different form and force-pushed.