On Wed, Jan 22, 2020 at 11:42:41PM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Convert xfs_trans_get_buf() to return numeric error codes like most > everywhere else in xfs. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > Reviewed-by: Christoph Hellwig <hch@xxxxxx> > --- > fs/xfs/libxfs/xfs_btree.c | 23 ++++++++++++++++------- > fs/xfs/libxfs/xfs_ialloc.c | 12 ++++++------ > fs/xfs/libxfs/xfs_sb.c | 9 +++++---- > fs/xfs/scrub/repair.c | 8 ++++++-- > fs/xfs/xfs_attr_inactive.c | 17 +++++++++-------- > fs/xfs/xfs_dquot.c | 8 ++++---- > fs/xfs/xfs_inode.c | 12 ++++++------ > fs/xfs/xfs_rtalloc.c | 8 +++----- > fs/xfs/xfs_symlink.c | 19 ++++++++----------- > fs/xfs/xfs_trans.h | 13 ++++--------- > 10 files changed, 67 insertions(+), 62 deletions(-) Pretty straight forward. Reviewed-by: Dave Chinner <dchinner@xxxxxxxxxx> -- Dave Chinner david@xxxxxxxxxxxxx