]> 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, 13 Dec 2019 00:54:33 +0000 (19:54 -0500)
committerEric Sandeen <sandeen@redhat.com>
Fri, 13 Dec 2019 00:54:33 +0000 (19:54 -0500)
commit5965a48272d3eedf68cc95ebc77f4e500837ee49
tree9608d9ff9ea9858794ab08bb11de760d690db218
parent46d29bb9033cc369b30ae902712f54d29e2a2dff
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