diff options
author | Raghavendra G <raghavendra@zresearch.com> | 2009-06-11 01:46:04 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-06-11 08:01:14 -0700 |
commit | 1125e8cbc072753fab78ba735bed3f29db61fcc4 (patch) | |
tree | 6069a8b2f62540bcb5347737971be0868f3255e2 /xlators/performance/io-cache/src/io-cache.h | |
parent | 180cfc0c4b6b9a46da35a536a565f010babfa4a7 (diff) |
io-cache: handle memory allocation failures
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
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); |