From: Jaegeuk Kim Date: Wed, 22 May 2013 03:03:47 +0000 (+0900) Subject: f2fs: should not make_bad_inode on f2fs_link failure X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~81^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93ff10d690ca536fdbd6b5d5d97e4ab54b2a421f;p=pandora-kernel.git f2fs: should not make_bad_inode on f2fs_link failure If -ENOSPC is met during f2fs_link, we should not make the inode as bad. The inode is still alive. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed