Re: [PATCH] f2fs: don't allow volatile writes for non-regular file

2017-03-20 Thread Chao Yu
Hello, Sorry for my mistaken, have fixed and resent the patch. [PATCH RESEND] f2fs: don't allow volatile writes for non-regular file Thanks, On 2017/3/20 0:00, kbuild test robot wrote: > Hi Chao, > > [auto build test WARNING on f2fs/dev] > [also build test WARNING on v4.11-rc2 n

Re: [PATCH] f2fs: don't allow volatile writes for non-regular file

2017-03-20 Thread Chao Yu
Hello, Sorry for my mistaken, have fixed and resent the patch. [PATCH RESEND] f2fs: don't allow volatile writes for non-regular file Thanks, On 2017/3/20 0:00, kbuild test robot wrote: > Hi Chao, > > [auto build test WARNING on f2fs/dev] > [also build test WARNING on v4.11-rc2 n

Re: [PATCH] f2fs: don't allow volatile writes for non-regular file

2017-03-19 Thread kbuild test robot
Hi Chao, [auto build test WARNING on f2fs/dev] [also build test WARNING on v4.11-rc2 next-20170310] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] f2fs: don't allow volatile writes for non-regular file

2017-03-19 Thread kbuild test robot
Hi Chao, [auto build test WARNING on f2fs/dev] [also build test WARNING on v4.11-rc2 next-20170310] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH] f2fs: don't allow volatile writes for non-regular file

2017-03-16 Thread Chao Yu
Now f2fs only supports volatile writes for journal db regular file. Signed-off-by: Chao Yu --- fs/f2fs/file.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fs/f2fs/file.c b/fs/f2fs/file.c index d486e02b43c2..e090d34f732d 100644 --- a/fs/f2fs/file.c +++

[PATCH] f2fs: don't allow volatile writes for non-regular file

2017-03-16 Thread Chao Yu
Now f2fs only supports volatile writes for journal db regular file. Signed-off-by: Chao Yu --- fs/f2fs/file.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fs/f2fs/file.c b/fs/f2fs/file.c index d486e02b43c2..e090d34f732d 100644 --- a/fs/f2fs/file.c +++ b/fs/f2fs/file.c @@ -1593,6