RE: [f2fs-dev] [PATCH] f2fs: add a function to move nid

2017-10-30 Thread Fan Li
> -Original Message- > From: Jaegeuk Kim [mailto:jaeg...@kernel.org] > Sent: Monday, October 30, 2017 5:30 PM > To: Chao Yu > Cc: Fan Li; 'Chao Yu'; linux-kernel@vger.kernel.org; > linux-f2fs-de...@lists.sourceforge.net > Subject: Re: [f2fs-dev] [PATCH] f2fs: add a

RE: [f2fs-dev] [PATCH] f2fs: add a function to move nid

2017-10-30 Thread Fan Li
> -Original Message- > From: Jaegeuk Kim [mailto:jaeg...@kernel.org] > Sent: Monday, October 30, 2017 5:30 PM > To: Chao Yu > Cc: Fan Li; 'Chao Yu'; linux-kernel@vger.kernel.org; > linux-f2fs-de...@lists.sourceforge.net > Subject: Re: [f2fs-dev] [PATCH] f2fs: add a

Re: [f2fs-dev] [PATCH] f2fs: add a function to move nid

2017-10-30 Thread Jaegeuk Kim
On 10/28, Chao Yu wrote: > On 2017/10/28 19:03, Fan Li wrote: > > This patch add a new function to move nid from one state to another. > > Move operation is heavily used, by adding a new function for it > > we can cut down some branches from several flow. > > > > > > Signed-off-by: Fan li

Re: [f2fs-dev] [PATCH] f2fs: add a function to move nid

2017-10-30 Thread Jaegeuk Kim
On 10/28, Chao Yu wrote: > On 2017/10/28 19:03, Fan Li wrote: > > This patch add a new function to move nid from one state to another. > > Move operation is heavily used, by adding a new function for it > > we can cut down some branches from several flow. > > > > > > Signed-off-by: Fan li > >

Re: [f2fs-dev] [PATCH] f2fs: add a function to move nid

2017-10-28 Thread Chao Yu
On 2017/10/28 19:03, Fan Li wrote: > This patch add a new function to move nid from one state to another. > Move operation is heavily used, by adding a new function for it > we can cut down some branches from several flow. > > > Signed-off-by: Fan li > --- >

Re: [f2fs-dev] [PATCH] f2fs: add a function to move nid

2017-10-28 Thread Chao Yu
On 2017/10/28 19:03, Fan Li wrote: > This patch add a new function to move nid from one state to another. > Move operation is heavily used, by adding a new function for it > we can cut down some branches from several flow. > > > Signed-off-by: Fan li > --- > fs/f2fs/node.c | 51

[f2fs-dev] [PATCH] f2fs: add a function to move nid

2017-10-28 Thread Fan Li
This patch add a new function to move nid from one state to another. Move operation is heavily used, by adding a new function for it we can cut down some branches from several flow. Signed-off-by: Fan li --- fs/f2fs/node.c | 51

[f2fs-dev] [PATCH] f2fs: add a function to move nid

2017-10-28 Thread Fan Li
This patch add a new function to move nid from one state to another. Move operation is heavily used, by adding a new function for it we can cut down some branches from several flow. Signed-off-by: Fan li --- fs/f2fs/node.c | 51 ++- 1 file