diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2017-03-16 14:51:41 -0800 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2017-03-16 14:51:41 -0800 |
commit | bb1941de5378a7b8122d3575dcbc7d0aeb6326f0 (patch) | |
tree | fb0920334591a34e2673c3cfc63d07ac20ba0b92 /libbcache/io.h | |
parent | ac296ad4dcd32a4e7618716782fc3f2b69d03a74 (diff) |
update bcache sourcesdev
Diffstat (limited to 'libbcache/io.h')
-rw-r--r-- | libbcache/io.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbcache/io.h b/libbcache/io.h index 302ed2e..9239ca4 100644 --- a/libbcache/io.h +++ b/libbcache/io.h @@ -69,6 +69,8 @@ enum bch_read_flags { BCH_READ_PROMOTE = 1 << 2, BCH_READ_IS_LAST = 1 << 3, BCH_READ_MAY_REUSE_BIO = 1 << 4, + BCH_READ_ACCOUNT_TIMES = 1 << 5, + BCH_READ_USER_MAPPED = 1 << 6, }; void bch_read(struct bch_fs *, struct bch_read_bio *, u64); @@ -85,6 +87,4 @@ int bch_discard(struct bch_fs *, struct bpos, struct bpos, void bch_read_retry_work(struct work_struct *); void bch_wake_delayed_writes(unsigned long data); -void bch_bio_decompress_work(struct work_struct *); - #endif /* _BCACHE_IO_H */ |