]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: fix compile warnings
authorDave Chinner <dchinner@redhat.com>
Wed, 4 Sep 2013 22:05:17 +0000 (22:05 +0000)
committerRich Johnston <rjohnston@sgi.com>
Mon, 16 Sep 2013 20:14:41 +0000 (15:14 -0500)
commit6bddecbc4d2f6015151ca4568cfcb7ee9fb4683a
treeaee4985657403cd83d6582c18c530de42fe6c725
parent4a7c6ada99b3739193e6269f6a34c9f88d660000
libxfs: fix compile warnings

Some of the code shared with userspace causes compilation warnings
from things turned off in the kernel code, such as differences in
variable signedness. Fix those issues.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Review-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
12 files changed:
copy/xfs_copy.c
db/bmroot.c
libxfs/xfs.h
libxfs/xfs_attr_remote.c
libxfs/xfs_bmap.c
libxfs/xfs_da_btree.c
libxfs/xfs_dir2_node.c
libxfs/xfs_ialloc.c
libxfs/xfs_rtalloc.c
repair/attr_repair.c
repair/incore_ino.c
repair/scan.c