Re: [f2fs-dev] [RFC PATCH v2] f2fs: preallocate blocks for encrypted file

2016-09-20 Thread Jaegeuk Kim
Hi Yunlei, I'll add the below bug fix into your patch. --- fs/f2fs/segment.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fs/f2fs/segment.c b/fs/f2fs/segment.c index abf1c3d..e78501c 100644 --- a/fs/f2fs/segment.c +++ b/fs/f2fs/segment.c @@ -1653,11 +1653,9 @@ void f2fs

Re: [f2fs-dev] [RFC PATCH v2] f2fs: preallocate blocks for encrypted file

2016-09-18 Thread Chao Yu
On 2016/9/18 8:16, Yunlei He wrote: > This patch allow preallocates data blocks for buffered aio writes > in encrypted file. > > Signed-off-by: Yunlei He Reviewed-by: Chao Yu > --- > fs/f2fs/data.c | 6 +- > 1 file changed, 1 insertion(+), 5 deletions(-) > > diff --git a/fs/f2fs/data.c b