diff options
author | Dave Chinner <dchinner@redhat.com> | 2011-07-18 03:40:17 +0000 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2011-07-20 18:37:37 -0500 |
commit | 16b5902943c793e632cf8c9526619f59893bdc29 (patch) | |
tree | 84769a5a36744ab7ad9288d8359c520ec2f8e101 /fs/xfs/xfs_trans_priv.h | |
parent | 1d8c95a363bf8cd4d4182dd19c01693b635311c2 (diff) |
xfs: remove confusing ail cursor wrapper
xfs_trans_ail_cursor_set() doesn't set the cursor to the current log
item, it sets it to the next item. There is already a function for
doing this - xfs_trans_ail_cursor_next() - and the _set function is
simply a two line wrapper. Remove it and open code the setting of
the cursor in the two locations that call it to remove the
confusion.
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_trans_priv.h')
0 files changed, 0 insertions, 0 deletions