summaryrefslogtreecommitdiffstats
path: root/fs/quota
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@kernel.org>2015-10-09 15:11:38 -0700
committerJaegeuk Kim <jaegeuk@kernel.org>2015-10-12 13:38:03 -0700
commita56c7c6fb3c60857c1335bcb8b914e6f65655486 (patch)
treeb05bb39180addddee4376a8e6d6169776375eb62 /fs/quota
parent6e2c64ad7cebf8740c5e1241de374c6b6ea80f81 (diff)
downloadlinux-stable-a56c7c6fb3c60857c1335bcb8b914e6f65655486.tar.gz
linux-stable-a56c7c6fb3c60857c1335bcb8b914e6f65655486.tar.bz2
linux-stable-a56c7c6fb3c60857c1335bcb8b914e6f65655486.zip
f2fs: set GFP_NOFS for grab_cache_page
For normal inodes, their pages are allocated with __GFP_FS, which can cause filesystem calls when reclaiming memory. This can incur a dead lock condition accordingly. So, this patch addresses this problem by introducing f2fs_grab_cache_page(.., bool for_write), which calls grab_cache_page_write_begin() with AOP_FLAG_NOFS. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/quota')
0 files changed, 0 insertions, 0 deletions