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:
1ad8f40
)
[XFS] Fix char size overflow in bmap_alloc call for unwritten extent
author
Adrian Bunk
<bunk@stusta.de>
Wed, 30 Aug 2006 03:41:58 +0000
(13:41 +1000)
committer
Nathan Scott
<nathans@sgi.com>
Wed, 30 Aug 2006 03:41:58 +0000
(13:41 +1000)
conversion.
Since bma.conv is a char and XFS_BMAPI_CONVERT is 0x1000, bma.conv was
always assigned zero. Spotted by the GNU C compiler (SVN version).
SGI-PV: 947312
SGI-Modid: xfs-linux-melb:xfs-kern:26887a
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Nathan Scott <nathans@sgi.com>
No differences found