commit | e60599492990d1b52c70e9ed2f8e062fe11ca937 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Mon Dec 20 12:34:26 2010 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Mon Dec 20 12:34:26 2010 +1100 |
tree | cff4380f728123db94f432e46cc4b1028ba61073 | |
parent | 3013683253ad04f67d8cfaa25be708353686b90a [diff] |
xfs: use AIL bulk update function to implement single updates We now have two copies of AIL insert operations that are mostly duplicate functionality. The single log item updates can be implemented via the bulk updates by turning xfs_trans_ail_update() into a simple wrapper. This removes all the duplicate insert functionality and associated helpers. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de>