]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: remove unnecessary int returns from deferred refcount functions
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 15 Nov 2019 22:16:22 +0000 (17:16 -0500)
committerEric Sandeen <sandeen@redhat.com>
Fri, 15 Nov 2019 22:16:22 +0000 (17:16 -0500)
commit567a48beba53f431a2bd5c5831829ef209b07b06
tree9608d9ff9ea9858794ab08bb11de760d690db218
parent5a56780b57e73bbc907c4348b28c122a411e72d9
xfs: remove unnecessary int returns from deferred refcount functions

Source kernel commit: 74b4c5d4a9c073162a37d1c20c95cb33152ca474

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@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net
libxfs/xfs_bmap.c
libxfs/xfs_refcount.c
libxfs/xfs_refcount.h