aboutsummaryrefslogtreecommitdiff
path: root/lib/flex_array.c
diff options
context:
space:
mode:
authorDave Chinner <[email protected]>2010-12-03 16:42:57 +1100
committerDave Chinner <[email protected]>2010-12-03 16:42:57 +1100
commiteb3efa1249b6413be930bdf13d10b6238028a440 (patch)
tree7b2d8b9d55d5757236ef90389bc6664784607930 /lib/flex_array.c
parentb199c8a4ba11879df87daad496ceee41fdc6aa82 (diff)
xfs: clean up xfs_ail_delete()
xfs_ail_delete() has a needlessly complex interface. It returns the log item that was passed in for deletion (which the callers then assert is identical to the one passed in), and callers of xfs_ail_delete() still need to invalidate current traversal cursors. Make xfs_ail_delete() return void, move the cursor invalidation inside it, and clean up the callers just to use the log item pointer they passed in. While cleaning up, remove the messy and unnecessary "/* ARGUSED */" comments around all these functions. Signed-off-by: Dave Chinner <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]>
Diffstat (limited to 'lib/flex_array.c')
0 files changed, 0 insertions, 0 deletions