Re: [PATCH v3 3/4] f2fs: Fix accounting for unusable blocks

2019-06-03 Thread Chao Yu
On 2019/6/4 4:26, Jaegeuk Kim wrote: > On 06/03, Chao Yu wrote: >> On 2019/5/30 8:49, Daniel Rosenberg wrote: >>> Fixes possible underflows when dealing with unusable blocks. >>> >>> Signed-off-by: Daniel Rosenberg >>> --- >>> fs/f2fs/f2fs.h | 15 ++- >>> 1 file changed, 10 insertions

Re: [PATCH v3 3/4] f2fs: Fix accounting for unusable blocks

2019-06-03 Thread Jaegeuk Kim
On 06/03, Chao Yu wrote: > On 2019/5/30 8:49, Daniel Rosenberg wrote: > > Fixes possible underflows when dealing with unusable blocks. > > > > Signed-off-by: Daniel Rosenberg > > --- > > fs/f2fs/f2fs.h | 15 ++- > > 1 file changed, 10 insertions(+), 5 deletions(-) > > > > diff --git

Re: [PATCH v3 3/4] f2fs: Fix accounting for unusable blocks

2019-06-03 Thread Chao Yu
On 2019/5/30 8:49, Daniel Rosenberg wrote: > Fixes possible underflows when dealing with unusable blocks. > > Signed-off-by: Daniel Rosenberg > --- > fs/f2fs/f2fs.h | 15 ++- > 1 file changed, 10 insertions(+), 5 deletions(-) > > diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h > index

[PATCH v3 3/4] f2fs: Fix accounting for unusable blocks

2019-05-29 Thread Daniel Rosenberg
Fixes possible underflows when dealing with unusable blocks. Signed-off-by: Daniel Rosenberg --- fs/f2fs/f2fs.h | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h index 9b3d9977cd1ef..a39cc4ffeb4b1 100644 --- a/fs/f2fs/f2fs.h +++