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:
3b9d4ed
)
ext4: Replace lock/unlock_super() with an explicit lock for resizing
author
Theodore Ts'o
<tytso@mit.edu>
Sun, 26 Apr 2009 02:53:39 +0000
(22:53 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Sun, 26 Apr 2009 02:53:39 +0000
(22:53 -0400)
Use a separate lock to protect s_groups_count and the other block
group descriptors which get changed via an on-line resize operation,
so we can stop overloading the use of lock_super().
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found