]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfsprogs: fix trivial warnings in xfs_fsr
authorDave Chinner <david@fromorbit.com>
Mon, 18 Jan 2010 00:10:24 +0000 (11:10 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 18 Jan 2010 00:10:24 +0000 (11:10 +1100)
commitcad114df8a4c7bad77aee380ab9620bbb0048d5f
tree337854efc18f5344650c8af0a8f147baaecce6f8
parent69093797545e9005745f8cb9ee817e635407c63f
xfsprogs: fix trivial warnings in xfs_fsr

GCC complains about assignments between (unsigned long long *)
and (__u64 *) pointers. Just add a cast to shut it up.

Signed-off-by: Dave Chinner <david@fromorbit.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fsr/xfs_fsr.c