diff options
Diffstat (limited to 'xlators/performance/io-cache/src/page.c')
| -rw-r--r-- | xlators/performance/io-cache/src/page.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/performance/io-cache/src/page.c b/xlators/performance/io-cache/src/page.c index 50f5e190e21..33e728cfc8c 100644 --- a/xlators/performance/io-cache/src/page.c +++ b/xlators/performance/io-cache/src/page.c @@ -853,6 +853,7 @@ ioc_frame_unwind (call_frame_t *frame)          }          list_for_each_entry_safe (fill, next, &local->fill_list, list) { +                /* # TODO: check why this if clause is needed at all. */                  if ((vector != NULL) &&  (iobref != NULL)) {                          memcpy (((char *)vector) + copied,                                  fill->vector,  | 
