From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Ts'o Date: Sun, 23 Jun 2013 14:40:51 -0400 Subject: [Cluster-devel] [trivial] treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks In-Reply-To: <1371669353.2038.45.camel@joe-AO722> References: <1371669353.2038.45.camel@joe-AO722> Message-ID: <20130623184051.GA13222@thunk.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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