diff options
author | Alex Elder <[email protected]> | 2011-07-22 16:04:41 +0000 |
---|---|---|
committer | Alex Elder <[email protected]> | 2011-08-09 15:30:43 -0500 |
commit | e44f4112a46ca817fe2758aac7bf7893a64a8c0e (patch) | |
tree | 5482bffa17b6c335a1140d9a51857fe809772739 /tools/perf/scripts/python | |
parent | 2ddb4e94065470828e131351566102274ea9e83f (diff) |
xfs: set cursor in xfs_ail_splice() even when AIL was empty
In xfs_ail_splice(), if a cursor is provided it is updated to
point to the last item on the list being spliced into the AIL.
But if the AIL was found to be empty, the cursor (if provided)
is just initialized instead.
There is no reason the empty AIL case needs to be treated any
differently. And treating it the same way allows this code
to be rearranged a bit, with a somewhat tidier result.
Signed-off-by: Alex Elder <[email protected]>
Reviewed-by: Dave Chinner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions