Re: [PATCH 1/4] f2fs: fix the recovery flow to handle errors correctly

2013-03-25 Thread Namjae Jeon
2013/3/25, Jaegeuk Kim : > 2013-03-25 (월), 15:30 +0900, Namjae Jeon: >> 2013/3/25, Jaegeuk Kim : >> > We should handle errors during the recovery flow correctly. >> > For example, if we get -ENOMEM, we should report a mount failure instead >> > of >> > conducting the remained mount procedure. >> >

Re: [PATCH 1/4] f2fs: fix the recovery flow to handle errors correctly

2013-03-25 Thread Jaegeuk Kim
2013-03-25 (월), 15:30 +0900, Namjae Jeon: > 2013/3/25, Jaegeuk Kim : > > We should handle errors during the recovery flow correctly. > > For example, if we get -ENOMEM, we should report a mount failure instead of > > conducting the remained mount procedure. > > > > Signed-off-by: Jaegeuk Kim > >

Re: [PATCH 1/4] f2fs: fix the recovery flow to handle errors correctly

2013-03-25 Thread Namjae Jeon
2013/3/25, Jaegeuk Kim : > We should handle errors during the recovery flow correctly. > For example, if we get -ENOMEM, we should report a mount failure instead of > conducting the remained mount procedure. > > Signed-off-by: Jaegeuk Kim > --- > fs/f2fs/f2fs.h | 2 +- > fs/f2fs/recovery.c

Re: [PATCH 1/4] f2fs: fix the recovery flow to handle errors correctly

2013-03-25 Thread Namjae Jeon
2013/3/25, Jaegeuk Kim jaegeuk@samsung.com: We should handle errors during the recovery flow correctly. For example, if we get -ENOMEM, we should report a mount failure instead of conducting the remained mount procedure. Signed-off-by: Jaegeuk Kim jaegeuk@samsung.com ---

Re: [PATCH 1/4] f2fs: fix the recovery flow to handle errors correctly

2013-03-25 Thread Jaegeuk Kim
2013-03-25 (월), 15:30 +0900, Namjae Jeon: 2013/3/25, Jaegeuk Kim jaegeuk@samsung.com: We should handle errors during the recovery flow correctly. For example, if we get -ENOMEM, we should report a mount failure instead of conducting the remained mount procedure. Signed-off-by:

Re: [PATCH 1/4] f2fs: fix the recovery flow to handle errors correctly

2013-03-25 Thread Namjae Jeon
2013/3/25, Jaegeuk Kim jaegeuk@samsung.com: 2013-03-25 (월), 15:30 +0900, Namjae Jeon: 2013/3/25, Jaegeuk Kim jaegeuk@samsung.com: We should handle errors during the recovery flow correctly. For example, if we get -ENOMEM, we should report a mount failure instead of conducting the

[PATCH 1/4] f2fs: fix the recovery flow to handle errors correctly

2013-03-24 Thread Jaegeuk Kim
We should handle errors during the recovery flow correctly. For example, if we get -ENOMEM, we should report a mount failure instead of conducting the remained mount procedure. Signed-off-by: Jaegeuk Kim --- fs/f2fs/f2fs.h | 2 +- fs/f2fs/recovery.c | 46

[PATCH 1/4] f2fs: fix the recovery flow to handle errors correctly

2013-03-24 Thread Jaegeuk Kim
We should handle errors during the recovery flow correctly. For example, if we get -ENOMEM, we should report a mount failure instead of conducting the remained mount procedure. Signed-off-by: Jaegeuk Kim jaegeuk@samsung.com --- fs/f2fs/f2fs.h | 2 +- fs/f2fs/recovery.c | 46