From 5c1f9927ec1a4753e845193bde99ac3b03b08818 Mon Sep 17 00:00:00 2001 From: Chao Yu Date: Mon, 28 Apr 2014 17:58:34 +0800 Subject: [PATCH] f2fs: set errno when f2fs_iget failed in recover_dentry We should set the error number correctly when we fail in recover_dentry(), so the recover flow could stop for the reason as error number shows instead of continuing. Signed-off-by: Chao Yu Signed-off-by: Jaegeuk Kim --- Reading git-format-patch failed