xfs: use AIL bulk delete function to implement single delete
authorDave Chinner <dchinner@redhat.com>
Mon, 20 Dec 2010 01:36:15 +0000 (12:36 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 20 Dec 2010 01:36:15 +0000 (12:36 +1100)
We now have two copies of AIL delete operations that are mostly
duplicate functionality. The single log item deletes can be
implemented via the bulk updates by turning xfs_trans_ail_delete()
into a simple wrapper. This removes all the duplicate delete
functionality and associated helpers.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>

No differences found