diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2016-08-23 19:50:31 -0800 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2016-08-25 17:39:01 -0800 |
commit | cdd61de630124d5b3d30e8927c9be02735f85f80 (patch) | |
tree | 522d4e4c835378f31782da90efabc15f4345bc64 /libbcache.h | |
parent | 932ece1567dfc4ea7d993c8f62ccc9adfcf736ef (diff) |
Rework option handling
Diffstat (limited to 'libbcache.h')
-rw-r--r-- | libbcache.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbcache.h b/libbcache.h index c8d668ec..ccfa37cb 100644 --- a/libbcache.h +++ b/libbcache.h @@ -6,11 +6,10 @@ struct dev_opts { int fd; - const char *dev; + const char *path; u64 size; /* 512 byte sectors */ unsigned bucket_size; unsigned tier; - unsigned replacement_policy; bool discard; u64 first_bucket; |