diff options
Diffstat (limited to 'xlators/performance/io-cache/src/io-cache.h')
-rw-r--r-- | xlators/performance/io-cache/src/io-cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/io-cache/src/io-cache.h b/xlators/performance/io-cache/src/io-cache.h index 5d0590d3311..82c01c1273f 100644 --- a/xlators/performance/io-cache/src/io-cache.h +++ b/xlators/performance/io-cache/src/io-cache.h @@ -215,7 +215,7 @@ ioc_frame_return (call_frame_t *frame); void ioc_waitq_return (ioc_waitq_t *waitq); -void +int32_t ioc_frame_fill (ioc_page_t *page, call_frame_t *frame, off_t offset, size_t size); |