commit | 0b04b6b875b32f2b32263ba46d54d001e05724f9 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Thu Jul 19 12:26:31 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jul 23 09:08:00 2018 -0700 |
tree | 584698190b272fbe00283d5b902eca1009a1e075 | |
parent | 81b549aa626b650bbf00423c084c0fd5581169b9 [diff] |
xfs: trivial xfs_btree_del_cursor cleanups The error argument to xfs_btree_del_cursor already understands the "nonzero for error" semantics, so remove pointless error testing in the callers and pass it directly. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de>