From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: Re: [trivial PATCH] treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks Date: Fri, 26 Jul 2013 21:22:39 -0700 Message-ID: <1374898959.3686.10.camel@joe-AO722> References: <1371669353.2038.45.camel@joe-AO722> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: Lars Ellenberg , Hoang-Nam Nguyen , Christoph Raisch , Roland Dreier , Sean Hefty , Hal Rosenstock , Divy Le Ray , Dimitris Michailidis , "James E.J. Bottomley" , Chris Mason , Theodore Ts'o , 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: Jiri Kosina Return-path: In-Reply-To: <1371669353.2038.45.camel@joe-AO722> Sender: linux-ext4-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Wed, 2013-06-19 at 12:15 -0700, Joe Perches wrote: > Don't emit OOM warnings when k.alloc calls fail when > there there is a v.alloc immediately afterwards. > > Converted a kmalloc/vmalloc with memset to kzalloc/vzalloc. Hey Jiri. What's your schedule for accepting or rejecting these sorts of patches?