commit | 42b7f27843583ffbd75da54738c9adbb63f330d6 | [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 | 4ce1a64e14945437868d9c785ae118a89b4f8d81 | |
parent | 3585ba04377327f2cb4880586ec6cb7d8641fd38 [diff] |
xfs: remove unnecessary int returns from deferred bmap functions Remove the return value from the functions that schedule deferred bmap operations since they never fail and do not return status. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>