android_kernel_xiaomi_sm7250/fs/ext3
Glauber de Oliveira Costa 5b11687924 [PATCH] Locking problems while EXT3FS_DEBUG on
I noticed some problems while running ext3 with the debug flag set on.
More precisely, I was unable to umount the filesystem.  Some investigation
took me to the patch that follows.

At a first glance , the lock/unlock I've taken out seems really not
necessary, as the main code (outside debug) does not lock the super.  The
only additional danger operations that debug code introduces seems to be
related to bitmap, but bitmap operations tends to be all atomic anyway.

I also took the opportunity to fix 2 spelling errors.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-10-30 17:37:23 -08:00
..
acl.c [PATCH] quota: ext3: Improve quota credit estimates 2005-06-24 00:05:20 -07:00
acl.h
balloc.c [PATCH] Locking problems while EXT3FS_DEBUG on 2005-10-30 17:37:23 -08:00
bitmap.c
dir.c
file.c [PATCH] ext3: reduce allocate-with-reservation lock latencies 2005-06-28 21:20:35 -07:00
fsync.c
hash.c
ialloc.c [PATCH] Locking problems while EXT3FS_DEBUG on 2005-10-30 17:37:23 -08:00
inode.c [PATCH] Locking problems while EXT3FS_DEBUG on 2005-10-30 17:37:23 -08:00
ioctl.c
Makefile
namei.c [PATCH] quota: ext3: Improve quota credit estimates 2005-06-24 00:05:20 -07:00
resize.c [PATCH] ext3: EXT3_DEBUG build fixes 2005-09-22 22:17:37 -07:00
super.c [PATCH] Fix ext3 warning for unused var 2005-10-28 13:57:57 -07:00
symlink.c Fix nasty ncpfs symlink handling bug. 2005-08-19 18:02:56 -07:00
xattr_security.c [PATCH] ext3: Enable atomic inode security labeling 2005-09-09 13:57:28 -07:00
xattr_trusted.c
xattr_user.c
xattr.c [PATCH] mbcache: Remove unused mb_cache_shrink parameter 2005-07-27 16:26:07 -07:00
xattr.h [PATCH] ext3: Enable atomic inode security labeling 2005-09-09 13:57:28 -07:00