commit | 60e53c9a56a30aa28de3c3d3b6f8b01f3aa35bd0 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Aug 28 20:35:19 2019 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Aug 29 21:08:37 2019 -0700 |
tree | 15c3f963af9cc77ca21c3d0c3485b8d1f58c5a41 | |
parent | c944ac07bfe1bd99caede9e321011cdba311ffe4 [diff] |
xfs: remove unnecessary int returns from deferred rmap functions Remove the return value from the functions that schedule deferred rmap operations since they never fail and do not return status. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>