summaryrefslogtreecommitdiffstats
path: root/fs/jbd2
diff options
context:
space:
mode:
authorKonstantin Khlebnikov <khlebnikov@yandex-team.ru>2016-03-13 17:29:06 -0400
committerTheodore Ts'o <tytso@mit.edu>2016-03-13 17:29:06 -0400
commitadb7ef600cc9d9d15ecc934cc26af5c1379777df (patch)
tree9e3e1c7ab516d9646e00bd3954c501dd9a0ac0d2 /fs/jbd2
parenta2821e34df141ac6019552618b57fa09227ff0dd (diff)
downloadlinux-adb7ef600cc9d9d15ecc934cc26af5c1379777df.tar.bz2
ext4: use __GFP_NOFAIL in ext4_free_blocks()
This might be unexpected but pages allocated for sbi->s_buddy_cache are charged to current memory cgroup. So, GFP_NOFS allocation could fail if current task has been killed by OOM or if current memory cgroup has no free memory left. Block allocator cannot handle such failures here yet. Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/jbd2')
0 files changed, 0 insertions, 0 deletions