Re: [PATCH] erofs: get rid of unneeded GFP_NOFS

2024-01-23 Thread Gao Xiang
On 2024/1/24 11:19, Jingbo Xu wrote: Clean up some leftovers since there is no way for EROFS to be called again from a reclaim context. Signed-off-by: Jingbo Xu Looks good to me, will test this later: Reviewed-by: Gao Xiang Thanks, Gao Xiang

[PATCH] erofs: get rid of unneeded GFP_NOFS

2024-01-23 Thread Jingbo Xu
Clean up some leftovers since there is no way for EROFS to be called again from a reclaim context. Signed-off-by: Jingbo Xu --- fs/erofs/fscache.c | 2 +- fs/erofs/inode.c | 2 +- fs/erofs/utils.c | 2 +- fs/erofs/zdata.c | 8 4 files changed, 7 insertions(+), 7 deletions(-)