]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - fs/f2fs/f2fs.h
f2fs: avoid __GFP_NOFAIL in f2fs_bio_alloc
authorChao Yu <yuchao0@huawei.com>
Tue, 18 Feb 2020 10:21:34 +0000 (18:21 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 19 Mar 2020 18:41:26 +0000 (11:41 -0700)
commitca9e968a5e637a105aa3b847a9fb489cb53abd8c
treefe5fca53b23af76438561797b02e0c37b688080a
parent439dfb106250c853c439be11e92ab719a8707575
f2fs: avoid __GFP_NOFAIL in f2fs_bio_alloc

__f2fs_bio_alloc() won't fail due to memory pool backend, remove unneeded
__GFP_NOFAIL flag in __f2fs_bio_alloc().

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/data.c
fs/f2fs/f2fs.h