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:
e7f0796
)
ext4: Initialize the new group descriptor when resizing the filesystem
author
Theodore Ts'o
<tytso@mit.edu>
Tue, 27 Jan 2009 00:06:41 +0000
(19:06 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Tue, 27 Jan 2009 00:06:41 +0000
(19:06 -0500)
Make sure all of the fields of the group descriptor are properly
initialized. Previously, we allowed bg_flags field to be contain
random garbage, which could trigger non-deterministic behavior,
including a kernel OOPS.
http://bugzilla.kernel.org/show_bug.cgi?id=12433
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Cc: stable@kernel.org
No differences found