[GFS2] Fix a size calculation error
authorRussell Cattelan <cattelan@redhat.com>
Mon, 9 Oct 2006 17:11:54 +0000 (12:11 -0500)
committerSteven 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