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:
7894408
)
ext4: protect bb_first_free in ext4_trim_all_free() with group lock
author
Lukas Czerner
<lczerner@redhat.com>
Tue, 24 May 2011 22:28:07 +0000
(18:28 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Tue, 24 May 2011 22:28:07 +0000
(18:28 -0400)
We should protect reading bd_info->bb_first_free with the group lock
because otherwise we might miss some free blocks. This is not a big deal
at all, but the change to do right thing is really simple, so lets do
that.
Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found