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:
c25d518
)
[GFS2] Fix a size calculation error
author
Russell Cattelan
<cattelan@redhat.com>
Mon, 9 Oct 2006 17:11:54 +0000
(12:11 -0500)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Thu, 12 Oct 2006 21:09:54 +0000
(17:09 -0400)
Fix a size calculation error.
The size was incorrect being computed as a
negative length and then being passed to an
unsigned parameter.
This in turn would cause the allocator to
think it needed enough meta data to store
a gigabyte file for every file created.
Signed-off-by: Russell Cattelan <cattelan@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
No differences found