commit | 3585ba04377327f2cb4880586ec6cb7d8641fd38 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Aug 28 20:35:20 2019 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Aug 29 21:08:37 2019 -0700 |
tree | 7cff351d07c102bd2df64938603a71bf7dcd12f5 | |
parent | 60e53c9a56a30aa28de3c3d3b6f8b01f3aa35bd0 [diff] |
xfs: remove unnecessary int returns from deferred refcount functions 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>