Re: [f2fs-dev] [PATCH] f2fs: remove an excess variable

2017-11-25 Thread Chao Yu
On 2017/11/25 11:46, LiFan wrote: > Remove the variable page_idx which no one would miss. > > Signed-off-by: Fan li Reviewed-by: Chao Yu Thanks,

Re: [f2fs-dev] [PATCH] f2fs: remove an excess variable

2017-11-25 Thread Chao Yu
On 2017/11/25 11:46, LiFan wrote: > Remove the variable page_idx which no one would miss. > > Signed-off-by: Fan li Reviewed-by: Chao Yu Thanks,

[f2fs-dev] [PATCH] f2fs: remove an excess variable

2017-11-24 Thread LiFan
Remove the variable page_idx which no one would miss. Signed-off-by: Fan li --- fs/f2fs/data.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c index b0781ed..1a9 100644 --- a/fs/f2fs/data.c +++ b/fs/f2fs/data.c

[f2fs-dev] [PATCH] f2fs: remove an excess variable

2017-11-24 Thread LiFan
Remove the variable page_idx which no one would miss. Signed-off-by: Fan li --- fs/f2fs/data.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c index b0781ed..1a9 100644 --- a/fs/f2fs/data.c +++ b/fs/f2fs/data.c @@ -1198,7 +1198,6 @@