Re: [f2fs-dev] [PATCH 2/2] f2fs: put the inode page when error was occurred

2014-11-19 Thread Jaegeuk Kim
rnel.org; > > linux-f2fs-devel@lists.sourceforge.net > > Cc: Jaegeuk Kim > > Subject: [f2fs-dev] [PATCH 2/2] f2fs: put the inode page when error was > > occurred > > > > We should put the inode page when error was occurred. > > > > Signed-off-by: Jaegeuk Ki

Re: [f2fs-dev] [PATCH 2/2] f2fs: put the inode page when error was occurred

2014-11-17 Thread Chao Yu
dev] [PATCH 2/2] f2fs: put the inode page when error was > occurred > > We should put the inode page when error was occurred. > > Signed-off-by: Jaegeuk Kim You can add Reviewed-by: Chao Yu after the following issue is fixed. > --- > fs/f2fs/data.c | 10 ++ >

[f2fs-dev] [PATCH 2/2] f2fs: put the inode page when error was occurred

2014-11-17 Thread Jaegeuk Kim
We should put the inode page when error was occurred. Signed-off-by: Jaegeuk Kim --- fs/f2fs/data.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c index 8f16443..12dd58a 100644 --- a/fs/f2fs/data.c +++ b/fs/f2fs/data.c @@ -963,22 +9