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:
b051d8d
)
ext4: fix a wrong comment in __mb_check_buddy()
author
Robin Dong
<sanbai@taobao.com>
Wed, 26 Oct 2011 12:48:54 +0000
(08:48 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Wed, 26 Oct 2011 12:48:54 +0000
(08:48 -0400)
The comment says the bit should be 0, but the after code assert the
bit to be 1. This makes people confused, so fix it.
Signed-off-by: Robin Dong <sanbai@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found