diff options
author | Andrew Price <andy@andrewprice.me.uk> | 2008-05-01 11:55:38 +0100 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2008-05-12 08:54:56 +0100 |
commit | ad99f77778e83358c371dab7a50bde69270ed6b8 (patch) | |
tree | d01363df916a0235bbea125317697fb05a30712f /fs/buffer.c | |
parent | 091806edd458486af13ad83c9802f5b8b54d6d19 (diff) | |
download | op-kernel-dev-ad99f77778e83358c371dab7a50bde69270ed6b8.zip op-kernel-dev-ad99f77778e83358c371dab7a50bde69270ed6b8.tar.gz |
[GFS2] Fix cast from unsigned int to s64
This fixes bz 444829 where allocating a new block caused gfs2 file systems to
report 0 bytes used in df. It was caused by a broken cast from an unsigned int
in gfs2_block_alloc() to a negative s64 in gfs2_statfs_change(). This patch
casts the unsigned int to an s64 before the unary minus is applied.
Signed-off-by: Andrew Price <andy@andrewprice.me.uk>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/buffer.c')
0 files changed, 0 insertions, 0 deletions