bbe479275671e543b parent 1042d60f917d78ef1a6eaea297a1020484d4bf74 author Namjae Jeon 1354326985 +0900 committer Jaegeuk Kim 1355201024 +0900 f2fs: move error condition for mkdir at proper place In function f2fs_mkdir, err is being initialized without even checking if there was any error in new inode creation. So, instead check the inode error and make use of error/return condition. Signed-off-by: Namjae Jeon Signed-off-by: Amit Sahrawat Ùi