From: Miklos Szeredi Date: Tue, 1 Apr 2014 15:08:44 +0000 (+0200) Subject: ext4: rename: move EMLINK check up X-Git-Tag: v3.15-rc1~99^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d7d5d678bf9e07dffe22b018cf035d511d9e86e;p=pandora-kernel.git ext4: rename: move EMLINK check up Move checking i_nlink from after ext4_get_first_dir_block() to before. The check doesn't rely on the result of that function and the function only fails on fs corruption, so the order shouldn't matter. Signed-off-by: Miklos Szeredi Reviewed-by: Jan Kara --- Reading git-diff-tree failed