From 9d847950770da7102d4efc02d0939ce28e3a7dd0 Mon Sep 17 00:00:00 2001 From: Chao Yu Date: Fri, 25 Jul 2014 12:55:09 +0800 Subject: [PATCH] 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 Reviewed-by: Gu Zheng Signed-off-by: Jaegeuk Kim --- Reading git-format-patch failed