Re: [PATCH -next] f2fs: fix error return code in f2fs_fill_super()

2013-04-11 Thread Namjae Jeon
2013/4/12, Wei Yongjun : > From: Wei Yongjun > > Fix to return a negative error code from the error handling > case instead of 0, as returned elsewhere in this function. > Introduce by commit c0d39e(f2fs: fix return values from validate > superblock) > > Signed-off-by: Wei Yongjun Acked-by:

[PATCH -next] f2fs: fix error return code in f2fs_fill_super()

2013-04-11 Thread Wei Yongjun
From: Wei Yongjun Fix to return a negative error code from the error handling case instead of 0, as returned elsewhere in this function. Introduce by commit c0d39e(f2fs: fix return values from validate superblock) Signed-off-by: Wei Yongjun --- fs/f2fs/super.c | 3 ++- 1 file changed, 2

[PATCH -next] f2fs: fix error return code in f2fs_fill_super()

2013-04-11 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn Fix to return a negative error code from the error handling case instead of 0, as returned elsewhere in this function. Introduce by commit c0d39e(f2fs: fix return values from validate superblock) Signed-off-by: Wei Yongjun

Re: [PATCH -next] f2fs: fix error return code in f2fs_fill_super()

2013-04-11 Thread Namjae Jeon
2013/4/12, Wei Yongjun weiyj...@gmail.com: From: Wei Yongjun yongjun_...@trendmicro.com.cn Fix to return a negative error code from the error handling case instead of 0, as returned elsewhere in this function. Introduce by commit c0d39e(f2fs: fix return values from validate superblock)