git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4854a5f
)
ext3: Replace lock/unlock_super() with an explicit lock for the orphan list
author
Eric Sandeen
<sandeen@redhat.com>
Mon, 14 Dec 2009 19:00:30 +0000
(13:00 -0600)
committer
Jan Kara
<jack@suse.cz>
Wed, 23 Dec 2009 12:44:11 +0000
(13:44 +0100)
Use a separate lock to protect the orphan list, so we can stop
overloading the use of lock_super().
Port of ext4 commit
3b9d4ed26680771295d904a6b83e88e620780893
by Theodore Ts'o <tytso@mit.edu>.
CC: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Jan Kara <jack@suse.cz>
No differences found