Re: [patch 1/5] mm: add nofail variants of kmalloc kcalloc and kzalloc
From: David Rientjes <rientjes@google.com>
Date: 2010-08-24 20:11:36
Also in:
linux-btrfs, linux-ext4, lkml
From: David Rientjes <rientjes@google.com>
Date: 2010-08-24 20:11:36
Also in:
linux-btrfs, linux-ext4, lkml
On Tue, 24 Aug 2010, Jens Axboe wrote:
Should be possible to warn at build time for anyone using __GFP_NOFAIL without wrapping it in a function.
We could make this __deprecated functions as Peter suggested if you think build time warnings for existing users would be helpful.