Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755454AbcKVQAl (ORCPT ); Tue, 22 Nov 2016 11:00:41 -0500 Received: from mail-it0-f43.google.com ([209.85.214.43]:34074 "EHLO mail-it0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754156AbcKVQAj (ORCPT ); Tue, 22 Nov 2016 11:00:39 -0500 Subject: Re: [PATCH] block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcg To: Tejun Heo References: <20161121154336.GD19750@merlins.org> <0d4939f3-869d-6fb8-0914-5f74172f8519@suse.cz> <20161121215639.GF13371@merlins.org> <20161121230332.GA3767@htj.duckdns.org> Cc: Vlastimil Babka , linux-mm@kvack.org, Michal Hocko , Linus Torvalds , LKML , Joonsoo Kim , Marc MERLIN From: Jens Axboe Message-ID: <552f51ad-bf74-567d-63ee-afda4d121797@kernel.dk> Date: Tue, 22 Nov 2016 09:00:24 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161121230332.GA3767@htj.duckdns.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 511 Lines: 14 On 11/21/2016 04:03 PM, Tejun Heo wrote: > blkcg allocates some per-cgroup data structures with GFP_NOWAIT and > when that fails falls back to operations which aren't specific to the > cgroup. Occassional failures are expected under pressure and falling > back to non-cgroup operation is the right thing to do. > > Unfortunately, I forgot to add __GFP_NOWARN to these allocations and > these expected failures end up creating a lot of noise. Add > __GFP_NOWARN. Thanks Tejun, added for 4.10. -- Jens Axboe