xfs: remove unused parameter from refcount code
authorDarrick J. Wong <djwong@kernel.org>
Tue, 12 Oct 2021 22:58:11 +0000 (15:58 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 22 Oct 2021 23:04:36 +0000 (16:04 -0700)
commitc04c51c524697cd68d668d595f8ebc381ffe426b
tree49cdb916f04d8e3614b764b872dcd0c537ee2f62
parentb3b5ff412ab04afd99173bb12d3cc146ee478ae7
xfs: remove unused parameter from refcount code

The owner info parameter is always NULL, so get rid of the parameter.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Chandan Babu R <chandan.babu@oracle.com>
fs/xfs/libxfs/xfs_refcount.c