Re: [f2fs-dev] [PATCH] dump.f2fs: only dump nat inside the specified nid range

2018-07-01 Thread Chao Yu
On 2018/7/2 11:25, Junling Zheng wrote: > On 2018/7/2 10:43, Chao Yu wrote: >> Hi Junling, >> >> On 2018/7/2 10:09, Junling Zheng wrote: >>> Hi, Chao >>> >>> On 2018/7/1 10:22, Chao Yu wrote: Hi Junling, On 2018/6/29 18:11, Junling Zheng wrote: > Only dump nat info of nids inside

Re: [f2fs-dev] [PATCH] dump.f2fs: only dump nat inside the specified nid range

2018-07-01 Thread Junling Zheng
On 2018/7/2 10:43, Chao Yu wrote: > Hi Junling, > > On 2018/7/2 10:09, Junling Zheng wrote: >> Hi, Chao >> >> On 2018/7/1 10:22, Chao Yu wrote: >>> Hi Junling, >>> >>> On 2018/6/29 18:11, Junling Zheng wrote: Only dump nat info of nids inside the specified range. Signed-off-by: Junl

Re: [f2fs-dev] [PATCH] dump.f2fs: only dump nat inside the specified nid range

2018-07-01 Thread Chao Yu
Hi Junling, On 2018/7/2 10:09, Junling Zheng wrote: > Hi, Chao > > On 2018/7/1 10:22, Chao Yu wrote: >> Hi Junling, >> >> On 2018/6/29 18:11, Junling Zheng wrote: >>> Only dump nat info of nids inside the specified range. >>> >>> Signed-off-by: Junling Zheng >>> --- >>> fsck/dump.c | 79 +++

Re: [f2fs-dev] [PATCH] dump.f2fs: only dump nat inside the specified nid range

2018-07-01 Thread Junling Zheng
Hi, Chao On 2018/7/1 10:22, Chao Yu wrote: > Hi Junling, > > On 2018/6/29 18:11, Junling Zheng wrote: >> Only dump nat info of nids inside the specified range. >> >> Signed-off-by: Junling Zheng >> --- >> fsck/dump.c | 79 - >> fsck/fsck.h |

Re: [f2fs-dev] [PATCH] dump.f2fs: only dump nat inside the specified nid range

2018-06-30 Thread Chao Yu
Hi Junling, On 2018/6/29 18:11, Junling Zheng wrote: > Only dump nat info of nids inside the specified range. > > Signed-off-by: Junling Zheng > --- > fsck/dump.c | 79 - > fsck/fsck.h | 2 +- > fsck/main.c | 4 +-- > 3 files changed, 38 ins

[f2fs-dev] [PATCH] dump.f2fs: only dump nat inside the specified nid range

2018-06-29 Thread Junling Zheng
Only dump nat info of nids inside the specified range. Signed-off-by: Junling Zheng --- fsck/dump.c | 79 - fsck/fsck.h | 2 +- fsck/main.c | 4 +-- 3 files changed, 38 insertions(+), 47 deletions(-) diff --git a/fsck/dump.c b/fsck/dump.c in