Re: [PATCH] f2fs: fix to stop recovering dot dentries in a readonly fs

2015-12-29 Thread Jaegeuk Kim
@lists.sourceforge.net; linux-kernel@vger.kernel.org > > Subject: Re: [PATCH] f2fs: fix to stop recovering dot dentries in a > > readonly fs > > > > Hi Chao, > > > > On Mon, Dec 28, 2015 at 06:12:45PM +0800, Chao Yu wrote: > > > If filesystem is readonly, don't

Re: [PATCH] f2fs: fix to stop recovering dot dentries in a readonly fs

2015-12-29 Thread Jaegeuk Kim
@lists.sourceforge.net; linux-kernel@vger.kernel.org > > Subject: Re: [PATCH] f2fs: fix to stop recovering dot dentries in a > > readonly fs > > > > Hi Chao, > > > > On Mon, Dec 28, 2015 at 06:12:45PM +0800, Chao Yu wrote: > > > If filesystem is readonly, don't r

RE: [PATCH] f2fs: fix to stop recovering dot dentries in a readonly fs

2015-12-28 Thread Chao Yu
Hi Jaegeuk, > -Original Message- > From: Jaegeuk Kim [mailto:jaeg...@kernel.org] > Sent: Tuesday, December 29, 2015 6:54 AM > To: Chao Yu > Cc: linux-f2fs-de...@lists.sourceforge.net; linux-kernel@vger.kernel.org > Subject: Re: [PATCH] f2fs: fix to stop recov

Re: [PATCH] f2fs: fix to stop recovering dot dentries in a readonly fs

2015-12-28 Thread Jaegeuk Kim
Hi Chao, On Mon, Dec 28, 2015 at 06:12:45PM +0800, Chao Yu wrote: > If filesystem is readonly, don't recover inline dot inode. > > Signed-off-by: Chao Yu > --- > fs/f2fs/namei.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/f2fs/namei.c b/fs/f2fs/namei.c > index

[PATCH] f2fs: fix to stop recovering dot dentries in a readonly fs

2015-12-28 Thread Chao Yu
If filesystem is readonly, don't recover inline dot inode. Signed-off-by: Chao Yu --- fs/f2fs/namei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/f2fs/namei.c b/fs/f2fs/namei.c index 5cc4128..b4a5836 100644 --- a/fs/f2fs/namei.c +++ b/fs/f2fs/namei.c @@ -269,7 +269,7

[PATCH] f2fs: fix to stop recovering dot dentries in a readonly fs

2015-12-28 Thread Chao Yu
If filesystem is readonly, don't recover inline dot inode. Signed-off-by: Chao Yu --- fs/f2fs/namei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/f2fs/namei.c b/fs/f2fs/namei.c index 5cc4128..b4a5836 100644 --- a/fs/f2fs/namei.c +++

Re: [PATCH] f2fs: fix to stop recovering dot dentries in a readonly fs

2015-12-28 Thread Jaegeuk Kim
Hi Chao, On Mon, Dec 28, 2015 at 06:12:45PM +0800, Chao Yu wrote: > If filesystem is readonly, don't recover inline dot inode. > > Signed-off-by: Chao Yu > --- > fs/f2fs/namei.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/f2fs/namei.c

RE: [PATCH] f2fs: fix to stop recovering dot dentries in a readonly fs

2015-12-28 Thread Chao Yu
Hi Jaegeuk, > -Original Message- > From: Jaegeuk Kim [mailto:jaeg...@kernel.org] > Sent: Tuesday, December 29, 2015 6:54 AM > To: Chao Yu > Cc: linux-f2fs-de...@lists.sourceforge.net; linux-kernel@vger.kernel.org > Subject: Re: [PATCH] f2fs: fix to stop recov