From: Theodore Ts'o Date: Thu, 29 Jul 2010 19:06:10 +0000 (-0400) Subject: ext4: drop inode from orphan list if ext4_delete_inode() fails X-Git-Tag: v2.6.36-rc1~501^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4538821993f4486c76090dfb377c60c0a0e71ba3;p=pandora-kernel.git ext4: drop inode from orphan list if ext4_delete_inode() fails There were some error paths in ext4_delete_inode() which was not dropping the inode from the orphan list. This could lead to a BUG_ON on umount when the orphan list is discovered to be non-empty. Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed