On Mon, Aug 26, 2019 at 02:49:33PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Remove the return value from the functions that schedule deferred > refcount operations since they never fail and do not return status. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > --- > fs/xfs/libxfs/xfs_bmap.c | 21 ++++++--------------- > fs/xfs/libxfs/xfs_refcount.c | 39 ++++++++++++++++----------------------- > fs/xfs/libxfs/xfs_refcount.h | 12 ++++++------ > fs/xfs/xfs_refcount_item.c | 10 ++++------ > fs/xfs/xfs_reflink.c | 15 ++++----------- > 5 files changed, 36 insertions(+), 61 deletions(-) looks good. Reviewed-by: Dave Chinner <dchinner@xxxxxxxxxx> -- Dave Chinner david@xxxxxxxxxxxxx