]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xfs: fix issues that cause userspace warnings
authorDave Chinner <dchinner@redhat.com>
Mon, 12 Aug 2013 10:49:44 +0000 (20:49 +1000)
committerBen Myers <bpm@sgi.com>
Mon, 12 Aug 2013 21:52:54 +0000 (16:52 -0500)
commit836a94ad59bf6c1bcea0fdbe945540926fa3ca8b
treebd07140aeec5f0e62b44ae20ecbf62914b42b038
parentc5c249b42464cbcda3ac5cbdc114f6a6d5b0b7ac
xfs: fix issues that cause userspace 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>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_attr_remote.c
fs/xfs/xfs_bmap.c
fs/xfs/xfs_da_btree.c
fs/xfs/xfs_dir2_node.c
fs/xfs/xfs_ialloc.c
fs/xfs/xfs_rtalloc.c