linux-stable/fs/xfs/libxfs
Dave Chinner 2451337dd0 xfs: global error sign conversion
Convert all the errors the core XFs code to negative error signs
like the rest of the kernel and remove all the sign conversion we
do in the interface layers.

Errors for conversion (and comparison) found via searches like:

$ git grep " E" fs/xfs
$ git grep "return E" fs/xfs
$ git grep " E[A-Z].*;$" fs/xfs

Negation points found via searches like:

$ git grep "= -[a-z,A-Z]" fs/xfs
$ git grep "return -[a-z,A-D,F-Z]" fs/xfs
$ git grep " -[a-z].*;" fs/xfs

[ with some bits I missed from Brian Foster ]

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
2014-06-25 14:58:08 +10:00
..
xfs_ag.h
xfs_alloc.c xfs: global error sign conversion 2014-06-25 14:58:08 +10:00
xfs_alloc.h
xfs_alloc_btree.c xfs: global error sign conversion 2014-06-25 14:58:08 +10:00
xfs_alloc_btree.h
xfs_attr.c xfs: global error sign conversion 2014-06-25 14:58:08 +10:00
xfs_attr_leaf.c xfs: global error sign conversion 2014-06-25 14:58:08 +10:00
xfs_attr_leaf.h
xfs_attr_remote.c xfs: global error sign conversion 2014-06-25 14:58:08 +10:00
xfs_attr_remote.h
xfs_attr_sf.h
xfs_bit.h
xfs_bmap.c xfs: global error sign conversion 2014-06-25 14:58:08 +10:00
xfs_bmap.h
xfs_bmap_btree.c xfs: global error sign conversion 2014-06-25 14:58:08 +10:00
xfs_bmap_btree.h
xfs_btree.c xfs: global error sign conversion 2014-06-25 14:58:08 +10:00
xfs_btree.h
xfs_cksum.h
xfs_da_btree.c xfs: global error sign conversion 2014-06-25 14:58:08 +10:00
xfs_da_btree.h
xfs_da_format.c libxfs: move source files 2014-06-25 14:57:53 +10:00
xfs_da_format.h
xfs_dinode.h
xfs_dir2.c xfs: global error sign conversion 2014-06-25 14:58:08 +10:00
xfs_dir2.h
xfs_dir2_block.c xfs: global error sign conversion 2014-06-25 14:58:08 +10:00
xfs_dir2_data.c xfs: global error sign conversion 2014-06-25 14:58:08 +10:00
xfs_dir2_leaf.c xfs: global error sign conversion 2014-06-25 14:58:08 +10:00
xfs_dir2_node.c xfs: global error sign conversion 2014-06-25 14:58:08 +10:00
xfs_dir2_priv.h libxfs: move source files 2014-06-25 14:57:53 +10:00
xfs_dir2_sf.c xfs: global error sign conversion 2014-06-25 14:58:08 +10:00
xfs_dquot_buf.c xfs: global error sign conversion 2014-06-25 14:58:08 +10:00
xfs_format.h
xfs_ialloc.c xfs: global error sign conversion 2014-06-25 14:58:08 +10:00
xfs_ialloc.h
xfs_ialloc_btree.c xfs: global error sign conversion 2014-06-25 14:58:08 +10:00
xfs_ialloc_btree.h
xfs_inode_buf.c xfs: global error sign conversion 2014-06-25 14:58:08 +10:00
xfs_inode_buf.h
xfs_inode_fork.c xfs: global error sign conversion 2014-06-25 14:58:08 +10:00
xfs_inode_fork.h
xfs_inum.h
xfs_log_format.h
xfs_log_recover.h
xfs_log_rlimit.c libxfs: move source files 2014-06-25 14:57:53 +10:00
xfs_quota_defs.h
xfs_rtbitmap.c libxfs: move source files 2014-06-25 14:57:53 +10:00
xfs_sb.c xfs: global error sign conversion 2014-06-25 14:58:08 +10:00
xfs_sb.h
xfs_shared.h
xfs_symlink_remote.c xfs: global error sign conversion 2014-06-25 14:58:08 +10:00
xfs_trans_resv.c libxfs: move source files 2014-06-25 14:57:53 +10:00
xfs_trans_resv.h
xfs_trans_space.h