Re: [PATCH] f2fs: fix some cases with reserved_blocks

2017-08-08 Thread Chao Yu
On 2017/8/8 14:33, Yunlong Song wrote: > Does this means the reserved_blocks cannot be used by users by can be > used by filesystem? Yup. > If it can be used by filesystem, then this cannot ensure the flash > device really reserve the > reserved_blocks space, right? The reserved_blocks is just

Re: [PATCH] f2fs: fix some cases with reserved_blocks

2017-08-07 Thread Yunlong Song
Does this means the reserved_blocks cannot be used by users by can be used by filesystem? If it can be used by filesystem, then this cannot ensure the flash device really reserve the reserved_blocks space, right? The reserved_blocks is just for users? On 2017/8/8 14:08, Chao Yu wrote: On 2017/

Re: [PATCH] f2fs: fix some cases with reserved_blocks

2017-08-07 Thread Chao Yu
On 2017/8/8 12:12, Yunlong Song wrote: > Signed-off-by: Yunlong Song > --- > fs/f2fs/recovery.c | 3 ++- > fs/f2fs/super.c| 9 + > 2 files changed, 7 insertions(+), 5 deletions(-) > > diff --git a/fs/f2fs/recovery.c b/fs/f2fs/recovery.c > index a3d0261..e288319 100644 > --- a/fs/f2fs