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:
b24baf6
)
Btrfs: fix a misplaced address operator in a condition
author
Stefan Behrens
<sbehrens@giantdisaster.de>
Thu, 26 Jul 2012 09:40:35 +0000
(
03:40
-0600)
committer
Chris Mason
<chris.mason@oracle.com>
Tue, 28 Aug 2012 20:53:23 +0000
(16:53 -0400)
This should obviously not be "if (&flag)" but "if (flag)".
Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>
No differences found