f2fs: fix to put root inode in error path of fill_super
authorChao Yu <chao2.yu@samsung.com>
Fri, 25 Jul 2014 04:55:09 +0000 (12:55 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 25 Jul 2014 15:19:57 +0000 (08:19 -0700)
We should put root inode correctly in error path of fill_super, otherwise we
may encounter a leak case of inode resource.

Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Reviewed-by: Gu Zheng <guz.fnst@cn.fujitsu.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/super.c

diff --cc fs/f2fs/super.c
Simple merge