commit | 52ae7b7935a079aaba25da98fe90772d04109f26 | [log] [tgz] |
---|---|---|
author | Russell Cattelan <cattelan@redhat.com> | Mon Oct 09 12:11:54 2006 -0500 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Thu Oct 12 17:09:54 2006 -0400 |
tree | f03dbb3037136fe72fb05d886eb5a2b48c0548c1 | |
parent | c25d5180441e344a3368d100c57f0a481c6944f7 [diff] |
[GFS2] Fix a size calculation error 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>