diff options
author | Kent Overstreet <kmo@daterainc.com> | 2013-07-25 04:24:52 +0400 |
---|---|---|
committer | Kent Overstreet <kmo@daterainc.com> | 2013-11-11 09:56:00 +0400 |
commit | 84f0db03ea1e024f2a9e6cfcf7ac0323e4f84d3a (patch) | |
tree | 84231712486a84c4b544533cc013ffb17e1862a6 /drivers/md/bcache/btree.h | |
parent | c2f95ae2ebbe1ab61b1d4437f5923fdf720d4d4d (diff) | |
download | linux-84f0db03ea1e024f2a9e6cfcf7ac0323e4f84d3a.tar.xz |
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: Kent Overstreet <kmo@daterainc.com>
Diffstat (limited to 'drivers/md/bcache/btree.h')
-rw-r--r-- | drivers/md/bcache/btree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/bcache/btree.h b/drivers/md/bcache/btree.h index 967aacd20625..ea0814b51574 100644 --- a/drivers/md/bcache/btree.h +++ b/drivers/md/bcache/btree.h @@ -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; |