Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753160AbdF0NsE (ORCPT ); Tue, 27 Jun 2017 09:48:04 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:45694 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752112AbdF0Nr5 (ORCPT ); Tue, 27 Jun 2017 09:47:57 -0400 Date: Tue, 27 Jun 2017 06:47:51 -0700 From: Christoph Hellwig To: Michal Hocko Cc: Andrew Morton , Vlastimil Babka , Johannes Weiner , Mel Gorman , NeilBrown , LKML , linux-mm@kvack.org, Christoph Hellwig , "Darrick J. Wong" Subject: Re: [PATCH 3/6] xfs: map KM_MAYFAIL to __GFP_RETRY_MAYFAIL Message-ID: <20170627134751.GA28043@infradead.org> References: <20170623085345.11304-1-mhocko@kernel.org> <20170623085345.11304-4-mhocko@kernel.org> <20170627084950.GI28072@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170627084950.GI28072@dhcp22.suse.cz> User-Agent: Mutt/1.8.0 (2017-02-23) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 363 Lines: 8 On Tue, Jun 27, 2017 at 10:49:50AM +0200, Michal Hocko wrote: > Christoph, Darrick > could you have a look at this patch please? Andrew has put it into mmotm > but I definitely do not want it passes your attention. I don't think what we have to gain from it. Callsite for KM_MAYFAIL should handler failures, but the current behavior seems to be doing fine too.