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:
ca8fd7a
)
NTFS: Fix several occurences of a bug where we would perform 'var & ~const'
author
Anton Altaparmakov
<aia21@cantab.net>
Sat, 25 Jun 2005 15:51:58 +0000
(16:51 +0100)
committer
Anton Altaparmakov
<aia21@cantab.net>
Sat, 25 Jun 2005 15:51:58 +0000
(16:51 +0100)
with a 64-bit variable and a int, i.e. 32-bit, constant. This causes
the higher order 32-bits of the 64-bit variable to be zeroed. To fix
this cast the 'const' to the same 64-bit type as 'var'.
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
No differences found