diff options
| author | Kent Overstreet <kmo@daterainc.com> | 2013-07-24 18:04:18 -0700 |
|---|---|---|
| committer | Kent Overstreet <kmo@daterainc.com> | 2013-11-10 21:56:09 -0800 |
| commit | b54d6934da7857f87b092df9b77dc1f42818ba94 (patch) | |
| tree | f505788c5308287f65c0b2bc58e9ff358f336d03 /drivers/md/bcache/request.h | |
| parent | c18536a72ddd7fe30d63e6c1500b5c930ac14594 (diff) | |
bcache: Kill op->cl
This isn't used for waiting asynchronously anymore - so this is a fairly
trivial refactoring.
Signed-off-by: Kent Overstreet <kmo@daterainc.com>
Diffstat (limited to 'drivers/md/bcache/request.h')
| -rw-r--r-- | drivers/md/bcache/request.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/bcache/request.h b/drivers/md/bcache/request.h index 0f79177c4f33..ed578aa53ee2 100644 --- a/drivers/md/bcache/request.h +++ b/drivers/md/bcache/request.h @@ -6,6 +6,7 @@ struct search { /* Stack frame for bio_complete */ struct closure cl; + struct closure btree; struct bcache_device *d; struct cache_set *c; |
