aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/btree.h
diff options
context:
space:
mode:
authorKent Overstreet <kmo@daterainc.com>2013-07-24 17:24:52 -0700
committerKent Overstreet <kmo@daterainc.com>2013-11-10 21:56:00 -0800
commit84f0db03ea1e024f2a9e6cfcf7ac0323e4f84d3a (patch)
tree84231712486a84c4b544533cc013ffb17e1862a6 /drivers/md/bcache/btree.h
parentbcache: Clean up keylist code (diff)
downloadlinux-dev-84f0db03ea1e024f2a9e6cfcf7ac0323e4f84d3a.tar.xz
linux-dev-84f0db03ea1e024f2a9e6cfcf7ac0323e4f84d3a.zip
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.h2
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;