Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756867AbcDNRvJ (ORCPT ); Thu, 14 Apr 2016 13:51:09 -0400 Received: from gum.cmpxchg.org ([85.214.110.215]:50810 "EHLO gum.cmpxchg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756845AbcDNRvH (ORCPT ); Thu, 14 Apr 2016 13:51:07 -0400 Date: Thu, 14 Apr 2016 13:50:55 -0400 From: Johannes Weiner To: Michal Hocko Cc: Tejun Heo , Petr Mladek , cgroups@vger.kernel.org, Cyril Hrubis , linux-kernel@vger.kernel.org Subject: Re: [BUG] cgroup/workques/fork: deadlock when moving cgroups Message-ID: <20160414175055.GA6794@cmpxchg.org> References: <20160413094216.GC5774@pathway.suse.cz> <20160413183309.GG3676@htj.duckdns.org> <20160413192313.GA30260@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160413192313.GA30260@dhcp22.suse.cz> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 197 Lines: 4 On Wed, Apr 13, 2016 at 09:23:14PM +0200, Michal Hocko wrote: > I think we can live without lru_add_drain_all() in the migration path. Agreed. Michal, would you care to send a patch to remove it?