Re: [f2fs-dev] [PATCH 2/2] f2fs: relax EIO injection for quota file

2017-10-30 Thread Chao Yu
On 2017/10/30 17:21, Jaegeuk Kim wrote: > On 10/28, Chao Yu wrote: >> Hi Jaegeuk, >> >> On 2017/10/23 0:51, Jaegeuk Kim wrote: >>> On 10/22, Chao Yu wrote: On 2017/10/20 0:56, Jaegeuk Kim wrote: > This case is not happening easily. Actually it can happen, so why not just keep

Re: [f2fs-dev] [PATCH 2/2] f2fs: relax EIO injection for quota file

2017-10-30 Thread Jaegeuk Kim
On 10/28, Chao Yu wrote: > Hi Jaegeuk, > > On 2017/10/23 0:51, Jaegeuk Kim wrote: > > On 10/22, Chao Yu wrote: > >> On 2017/10/20 0:56, Jaegeuk Kim wrote: > >>> This case is not happening easily. > >> > >> Actually it can happen, so why not just keep it? > > > > Okay, so let me keep this patch

Re: [f2fs-dev] [PATCH 2/2] f2fs: relax EIO injection for quota file

2017-10-28 Thread Chao Yu
Hi Jaegeuk, On 2017/10/23 0:51, Jaegeuk Kim wrote: > On 10/22, Chao Yu wrote: >> On 2017/10/20 0:56, Jaegeuk Kim wrote: >>> This case is not happening easily. >> >> Actually it can happen, so why not just keep it? > > Okay, so let me keep this patch for local stress tests only. May I ask which

Re: [f2fs-dev] [PATCH 2/2] f2fs: relax EIO injection for quota file

2017-10-22 Thread Jaegeuk Kim
On 10/22, Chao Yu wrote: > On 2017/10/20 0:56, Jaegeuk Kim wrote: > > This case is not happening easily. > > Actually it can happen, so why not just keep it? Okay, so let me keep this patch for local stress tests only. Thanks, > > Thanks, > > > > > Signed-off-by: Jaegeuk Kim

Re: [f2fs-dev] [PATCH 2/2] f2fs: relax EIO injection for quota file

2017-10-22 Thread Chao Yu
On 2017/10/20 0:56, Jaegeuk Kim wrote: > This case is not happening easily. Actually it can happen, so why not just keep it? Thanks, > > Signed-off-by: Jaegeuk Kim > --- > fs/f2fs/f2fs.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[f2fs-dev] [PATCH 2/2] f2fs: relax EIO injection for quota file

2017-10-19 Thread Jaegeuk Kim
This case is not happening easily. Signed-off-by: Jaegeuk Kim --- fs/f2fs/f2fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h index e0ef31cb2cc6..6301ccca 100644 --- a/fs/f2fs/f2fs.h +++ b/fs/f2fs/f2fs.h @@ -1544,7