]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: erofs: drop __GFP_NOFAIL for managed inode
authorGao Xiang <gaoxiang25@huawei.com>
Wed, 31 Jul 2019 15:57:42 +0000 (23:57 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Aug 2019 11:52:06 +0000 (13:52 +0200)
commit8494c29ffe22dcd166a86b490dce10ecf1c20065
tree9dad075af923966923e7b3982b98f2046f869a7f
parent8f7acdae2cd4b843d1fcb49e449cc7860556e3ef
staging: erofs: drop __GFP_NOFAIL for managed inode

For historical reasons, __GFP_NOFAIL was set for managed inode.
It's no need using that since EROFS can handle it properly.

Signed-off-by: Gao Xiang <gaoxiang25@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Link: https://lore.kernel.org/r/20190731155752.210602-13-gaoxiang25@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/erofs/super.c