From: Jan Kara Date: Mon, 28 Apr 2008 09:16:13 +0000 (-0700) Subject: ext3: fix hang on umount with quotas when journal is aborted X-Git-Tag: v2.6.26-rc1~747 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07c9938a4e2c92b796b163dc70e99d3d1870aaee;p=pandora-kernel.git ext3: fix hang on umount with quotas when journal is aborted Call dquot_drop() from ext3_dquot_drop() even if we fail to start a transaction. Otherwise we never get to dropping references to quota structures from the inode and umount will hang indefinitely. Thanks to Payphone LIOU for spotting the problem. Signed-off-by: Jan Kara Cc: Payphone LIOU Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed