summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs.h
diff options
context:
space:
mode:
authorDave Chinner2011-07-18 05:40:17 +0200
committerAlex Elder2011-07-21 01:37:37 +0200
commit16b5902943c793e632cf8c9526619f59893bdc29 (patch)
tree84769a5a36744ab7ad9288d8359c520ec2f8e101 /fs/xfs/xfs.h
parentxfs: use a cursor for bulk AIL insertion (diff)
downloadkernel-qcow2-linux-16b5902943c793e632cf8c9526619f59893bdc29.tar.gz
kernel-qcow2-linux-16b5902943c793e632cf8c9526619f59893bdc29.tar.xz
kernel-qcow2-linux-16b5902943c793e632cf8c9526619f59893bdc29.zip
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.h')
0 files changed, 0 insertions, 0 deletions