Re: [f2fs-dev] [PATCH -next] f2fs: Replace kmalloc() with f2fs_kmalloc

2022-08-07 Thread kernel test robot
Hi, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on next-20220728] url: https://github.com/intel-lab-lkp/linux/commits/studentxswpy-163-com/f2fs-Replace-kmalloc-with-f2fs_kmalloc/20220801-172502 base:7c5e07b73ff3011c9b82d4a3286a3362b951ad2b config: i386

Re: [f2fs-dev] [PATCH -next] f2fs: Replace kmalloc() with f2fs_kmalloc

2022-08-07 Thread kernel test robot
Hi, Thank you for the patch! Yet something to improve: [auto build test ERROR on next-20220728] url: https://github.com/intel-lab-lkp/linux/commits/studentxswpy-163-com/f2fs-Replace-kmalloc-with-f2fs_kmalloc/20220801-172502 base:7c5e07b73ff3011c9b82d4a3286a3362b951ad2b config: x86_64-ran

Re: [f2fs-dev] [PATCH -next] f2fs: Replace kmalloc() with f2fs_kmalloc

2022-08-04 Thread Chao Yu
On 2022/8/4 11:54, Jaegeuk Kim wrote: On 08/01, Joe Perches wrote: On Mon, 2022-08-01 at 11:23 -0700, Christoph Hellwig wrote: On Mon, Aug 01, 2022 at 05:22:02PM +0800, studentxs...@163.com wrote: From: Xie Shaowen replace kmalloc with f2fs_kmalloc to keep f2fs code consistency. For that r

Re: [f2fs-dev] [PATCH -next] f2fs: Replace kmalloc() with f2fs_kmalloc

2022-08-03 Thread Jaegeuk Kim
On 08/01, studentxs...@163.com wrote: > From: Xie Shaowen > > replace kmalloc with f2fs_kmalloc to keep f2fs code consistency. > > Reported-by: Hacash Robot > Signed-off-by: Xie Shaowen > --- > fs/f2fs/dir.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/f2fs/dir

Re: [f2fs-dev] [PATCH -next] f2fs: Replace kmalloc() with f2fs_kmalloc

2022-08-03 Thread Jaegeuk Kim
On 08/01, Joe Perches wrote: > On Mon, 2022-08-01 at 11:23 -0700, Christoph Hellwig wrote: > > On Mon, Aug 01, 2022 at 05:22:02PM +0800, studentxs...@163.com wrote: > > > From: Xie Shaowen > > > > > > replace kmalloc with f2fs_kmalloc to keep f2fs code consistency. > > > > For that removing f2fs

Re: [f2fs-dev] [PATCH -next] f2fs: Replace kmalloc() with f2fs_kmalloc

2022-08-01 Thread Joe Perches
On Mon, 2022-08-01 at 11:23 -0700, Christoph Hellwig wrote: > On Mon, Aug 01, 2022 at 05:22:02PM +0800, studentxs...@163.com wrote: > > From: Xie Shaowen > > > > replace kmalloc with f2fs_kmalloc to keep f2fs code consistency. > > For that removing f2fs_kmalloc entirely would be way better. Dun

Re: [f2fs-dev] [PATCH -next] f2fs: Replace kmalloc() with f2fs_kmalloc

2022-08-01 Thread Christoph Hellwig
On Mon, Aug 01, 2022 at 05:22:02PM +0800, studentxs...@163.com wrote: > From: Xie Shaowen > > replace kmalloc with f2fs_kmalloc to keep f2fs code consistency. For that removing f2fs_kmalloc entirely would be way better. ___ Linux-f2fs-devel mailing l

[f2fs-dev] [PATCH -next] f2fs: Replace kmalloc() with f2fs_kmalloc

2022-08-01 Thread studentxswpy
From: Xie Shaowen replace kmalloc with f2fs_kmalloc to keep f2fs code consistency. Reported-by: Hacash Robot Signed-off-by: Xie Shaowen --- fs/f2fs/dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/f2fs/dir.c b/fs/f2fs/dir.c index d5bd7932fb64..712b51f69c04 100644 -