From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Ts'o Subject: Re: [trivial] treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks Date: Sun, 23 Jun 2013 14:40:51 -0400 Message-ID: <20130623184051.GA13222@thunk.org> References: <1371669353.2038.45.camel@joe-AO722> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jiri Kosina , Lars Ellenberg , Hoang-Nam Nguyen , Christoph Raisch , Roland Dreier , Sean Hefty , Hal Rosenstock , Divy Le Ray , Dimitris Michailidis , "James E.J. Bottomley" , Chris Mason , Andreas Dilger , Steven Whitehouse , Jamal Hadi Salim , "David S. Miller" , drbd-user@lists.linbit.com, linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org, netdev@vger.kernel.org, linux-scsi@vger.kernel.org, linux-btrfs@vger.kernel.org, linux-ext4@vger.kernel.org, cluster-devel To: Joe Perches Return-path: Content-Disposition: inline In-Reply-To: <1371669353.2038.45.camel@joe-AO722> Sender: linux-btrfs-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Wed, Jun 19, 2013 at 12:15:53PM -0700, Joe Perches wrote: > Don't emit OOM warnings when k.alloc calls fail when > there there is a v.alloc immediately afterwards. > > Signed-off-by: Joe Perches For fs/ext4/super.c: Acked-by: "Theodore Ts'o" - Ted