Files
linux/fs/ext4
Michal Hocko 45add18aed ext4: replace open coded nofail allocation in ext4_free_blocks()
commit 7444a072c3 upstream.

ext4_free_blocks is looping around the allocation request and mimics
__GFP_NOFAIL behavior without any allocation fallback strategy. Let's
remove the open coded loop and replace it with __GFP_NOFAIL. Without the
flag the allocator has no way to find out never-fail requirement and
cannot help in any way.

Signed-off-by: Michal Hocko <mhocko@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-08-03 09:29:43 -07:00
..
2011-07-25 14:30:23 -04:00
2013-07-21 18:21:33 -07:00
2013-05-03 02:15:52 -04:00
2012-12-10 16:30:43 -05:00
2012-12-10 16:30:43 -05:00