From: Duane Griffin Date: Fri, 11 Jul 2008 23:27:31 +0000 (-0400) Subject: ext4: handle corrupted orphan list at mount X-Git-Tag: v2.6.27-rc1~1087^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91ef4caf800030fa6e5224b8a41f8c74787b303d;p=pandora-kernel.git ext4: handle corrupted orphan list at mount If the orphan node list includes valid, untruncatable nodes with nlink > 0 the ext4_orphan_cleanup loop which attempts to delete them will not do so, causing it to loop forever. Fix by checking for such nodes in the ext4_orphan_get function. This patch fixes the second case (image hdb.20000009.softlockup.gz) reported in http://bugzilla.kernel.org/show_bug.cgi?id=10882. Signed-off-by: Duane Griffin Signed-off-by: Theodore Ts'o --- Reading git-diff-tree failed