Commit 84f0db03 authored by Kent Overstreet's avatar Kent Overstreet

bcache: Refactor request_write()

Try to improve some of the naming a bit to be more consistent, and also
improve the flow of control in request_write() a bit.
Signed-off-by: default avatarKent Overstreet <kmo@daterainc.com>
parent c2f95ae2
......@@ -260,7 +260,7 @@ struct btree_op {
} type:8;
unsigned csum:1;
unsigned skip:1;
unsigned bypass:1;
unsigned flush_journal:1;
unsigned insert_data_done:1;
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment