diff options
Diffstat (limited to 'xlators/performance/stat-prefetch/src/stat-prefetch.c')
-rw-r--r-- | xlators/performance/stat-prefetch/src/stat-prefetch.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xlators/performance/stat-prefetch/src/stat-prefetch.c b/xlators/performance/stat-prefetch/src/stat-prefetch.c index d6e8bad1e1e..9035ed9b2bf 100644 --- a/xlators/performance/stat-prefetch/src/stat-prefetch.c +++ b/xlators/performance/stat-prefetch/src/stat-prefetch.c @@ -865,6 +865,10 @@ sp_readdir_cbk (call_frame_t *frame, void *cookie, xlator_t *this, fd_t *fd = NULL; int32_t ret = 0; + if (op_ret == -1) { + goto out; + } + local = frame->local; if (local == NULL) { goto out; |