summaryrefslogtreecommitdiffstats
path: root/xlators/performance/io-cache/src/io-cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/performance/io-cache/src/io-cache.h')
-rw-r--r--xlators/performance/io-cache/src/io-cache.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/xlators/performance/io-cache/src/io-cache.h b/xlators/performance/io-cache/src/io-cache.h
index 3cefca164..ffa7d7dcd 100644
--- a/xlators/performance/io-cache/src/io-cache.h
+++ b/xlators/performance/io-cache/src/io-cache.h
@@ -75,7 +75,7 @@ struct ioc_fill {
size_t size;
struct iovec *vector;
int32_t count;
- dict_t *refs;
+ struct iobref *iobref;
};
struct ioc_local {
@@ -115,7 +115,7 @@ struct ioc_page {
off_t offset;
size_t size;
struct ioc_waitq *waitq;
- dict_t *ref;
+ struct iobref *iobref;
pthread_mutex_t page_lock;
};
@@ -169,7 +169,8 @@ ioc_readv_disabled_cbk (call_frame_t *frame,
int32_t op_errno,
struct iovec *vector,
int32_t count,
- struct stat *stbuf);
+ struct stat *stbuf,
+ struct iobref *iobref);
ioc_page_t *
ioc_page_get (ioc_inode_t *ioc_inode,