From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932657AbbJaBPW (ORCPT ); Fri, 30 Oct 2015 21:15:22 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:34478 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932409AbbJaBPU (ORCPT ); Fri, 30 Oct 2015 21:15:20 -0400 Date: Sat, 31 Oct 2015 10:15:11 +0900 From: Tejun Heo To: Christoph Lameter Cc: Tetsuo Handa , akpm@linux-foundation.org, mhocko@kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, hannes@cmpxchg.org, mgorman@suse.de Subject: Re: [patch 3/3] vmstat: Create our own workqueue Message-ID: <20151031011511.GE3582@mtj.duckdns.org> References: <20151028024114.370693277@linux.com> <20151028024131.719968999@linux.com> <20151028024350.GA10448@mtj.duckdns.org> <201510282057.JHI87536.OMOFFFLJOHQtVS@I-love.SAKURA.ne.jp> <20151029022447.GB27115@mtj.duckdns.org> <20151029030822.GD27115@mtj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 29, 2015 at 08:01:12PM -0500, Christoph Lameter wrote: > On Thu, 29 Oct 2015, Tejun Heo wrote: > > > Wait, this series doesn't include Tetsuo's change. Of course it won't > > fix the deadlock problem. What's necessary is Tetsuo's patch + > > WQ_MEM_RECLAIM. > > This series is only dealing with vmstat changes. Do I get an ack here? Yeap, please feel free to add my acked-by. Thanks. -- tejun