aboutsummaryrefslogtreecommitdiff
path: root/include/linux/input
diff options
context:
space:
mode:
authorMichal Hocko <mhocko@suse.cz>2015-07-05 12:33:44 -0400
committerMoyster <oysterized@gmail.com>2016-08-26 19:29:53 +0200
commit1519a9a9bf71a92dc4677f52a5c9930fa988ae6f (patch)
tree2809853aa12ed0e2969d29589d465116cb10da63 /include/linux/input
parentbb38ab55edf21d272592671b4bb5ab4e26b5b9c4 (diff)
ext4: replace open coded nofail allocation in ext4_free_blocks()
commit 7444a072c387a93ebee7066e8aee776954ab0e41 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> Signed-off-by: Stefan Guendhoer <stefan@guendhoer.com>
Diffstat (limited to 'include/linux/input')
0 files changed, 0 insertions, 0 deletions