Skip to content
Snippets Groups Projects
Commit 075a9bdd authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Roman Tsisyk
Browse files

vinyl: fold dump and compact functions

vy_task_{dump,compact}_{execute,complete} serve as trivial wrappers for
the functions doing real work. Let's fold them to make the code more
straightforward. No functional changes intended.

While we touch this code, let's also get rid of all the pointless
unlikely's - after all the functions are not called from hot paths so
there's no point in cluttering the code.
parent 1f2730cc
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment