]> git.baikalelectronics.ru Git - kernel.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)
commitf39184f7e4ac413eb3181bc19eecce97d787627a
treebd07140aeec5f0e62b44ae20ecbf62914b42b038
parentb89c4049535313ae3155fc3fa4bfd9d9363de561
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