]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - fs/f2fs/super.c
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)
commit9d847950770da7102d4efc02d0939ce28e3a7dd0
treed1849f191f42de84c1cc36e7f3692e3b85937e50
parentdbf20cb259e879e2d939fd3fd5c792732d845195
f2fs: fix to put root inode in error path of fill_super

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