commit | a2fe594fa3732298947377409b5d8111b14f56ec | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Mon Apr 28 02:16:23 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Apr 28 08:58:46 2008 -0700 |
tree | efd71f35949123fdaaf5d986e3237a059958fbfc | |
parent | fbe5498b3d5af44a8671800e85b2858c2ea236fa [diff] |
reiserfs: fix hang on umount with quotas when journal is aborted Call dquot_drop() from reiserfs_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. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>