From: Dave Chinner Date: Mon, 18 Jul 2011 03:40:17 +0000 (+0000) Subject: xfs: remove confusing ail cursor wrapper X-Git-Tag: v3.1-rc1~322^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16b5902943c793e632cf8c9526619f59893bdc29;p=pandora-kernel.git 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 Reviewed-by: Christoph Hellwig Signed-off-by: Alex Elder --- Reading git-diff-tree failed