linux/fs/ext4
Jan Kara 2887df139c ext4: Fix hang on umount with quotas when journal is aborted
Call dquot_drop() from ext4_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 <jack@suse.cz>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
CC: Payphone LIOU <lioupayphone@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-04-29 22:02:07 -04:00
..
Makefile ext4: Add multi block allocator for ext4 2008-01-29 00:19:52 -05:00
acl.c Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check 2007-07-17 12:00:03 -07:00
acl.h [PATCH] ext4: rename ext4 symbols to avoid duplication of ext3 symbols 2006-10-11 11:14:15 -07:00
balloc.c ext4: replace remaining __FUNCTION__ occurrences 2008-04-17 10:38:59 -04:00
bitmap.c fs: mark nibblemap const 2007-10-17 08:42:47 -07:00
dir.c Convert ext4 to use unlocked_ioctl 2008-04-29 22:03:54 -04:00
ext4_jbd2.c ext4: replace remaining __FUNCTION__ occurrences 2008-04-17 10:38:59 -04:00
extents.c ext4: replace remaining __FUNCTION__ occurrences 2008-04-17 10:38:59 -04:00
file.c Convert ext4 to use unlocked_ioctl 2008-04-29 22:03:54 -04:00
fsync.c ext4: fdatasync should skip metadata writeout when overwriting 2008-04-17 10:38:59 -04:00
group.h ext4: add ext4_group_t, and change all group variables to this type. 2008-01-28 23:58:27 -05:00
hash.c [PATCH] remove many unneeded #includes of sched.h 2007-02-14 08:09:54 -08:00
ialloc.c ext4: replace remaining __FUNCTION__ occurrences 2008-04-17 10:38:59 -04:00
inode.c ext4: replace remaining __FUNCTION__ occurrences 2008-04-17 10:38:59 -04:00
ioctl.c Convert ext4 to use unlocked_ioctl 2008-04-29 22:03:54 -04:00
mballoc.c ext4: replace remaining __FUNCTION__ occurrences 2008-04-17 10:38:59 -04:00
migrate.c ext4: Fix race between migration and mmap write 2008-04-29 08:11:12 -04:00
namei.c ext4: Fix update of mtime and ctime on rename 2008-04-29 22:02:11 -04:00
namei.h [PATCH] ext4: rename ext4 symbols to avoid duplication of ext3 symbols 2006-10-11 11:14:15 -07:00
resize.c ext4: replace remaining __FUNCTION__ occurrences 2008-04-17 10:38:59 -04:00
super.c ext4: Fix hang on umount with quotas when journal is aborted 2008-04-29 22:02:07 -04:00
symlink.c [PATCH] mark struct inode_operations const 1 2007-02-12 09:48:46 -08:00
xattr.c ext4: replace remaining __FUNCTION__ occurrences 2008-04-17 10:38:59 -04:00
xattr.h ext4: make ext4_xattr_list() static 2008-04-17 10:38:59 -04:00
xattr_security.c header cleaning: don't include smp_lock.h when not used 2007-05-08 11:15:07 -07:00
xattr_trusted.c header cleaning: don't include smp_lock.h when not used 2007-05-08 11:15:07 -07:00
xattr_user.c header cleaning: don't include smp_lock.h when not used 2007-05-08 11:15:07 -07:00