Remove xfs_extent_busy owner field

Now that xfs_busy_extents is not embedded in the cil context anymore, the
owner field is unnecessary.

The struct will be freed upon a call to xfs_discard_extents(), whether at
io completion or by direct calling xf_discard_endio_work() in case of
failure.

What remains is xlog_cil_committed now be responsible for freeing the
cil context itself.

Signed-off-by: Carlos Maiolino <cmaiolino@redhat.com>
3 files changed