summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlators/performance/readdir-ahead/src/readdir-ahead.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/xlators/performance/readdir-ahead/src/readdir-ahead.c b/xlators/performance/readdir-ahead/src/readdir-ahead.c
index 17569c2a089..c6b167725a5 100644
--- a/xlators/performance/readdir-ahead/src/readdir-ahead.c
+++ b/xlators/performance/readdir-ahead/src/readdir-ahead.c
@@ -569,12 +569,6 @@ rda_opendir(call_frame_t *frame, xlator_t *this, loc_t *loc, fd_t *fd,
local->xattrs = xdata_from_req;
ret = dict_get_int32 (xdata, GF_READDIR_SKIP_DIRS, &local->skip_dir);
- if (ret < 0) {
- gf_msg (this->name, GF_LOG_ERROR,
- 0, READDIR_AHEAD_MSG_DICT_OP_FAILED,
- "Dict get of key:%s failed with :%d",
- GF_READDIR_SKIP_DIRS, ret);
- }
frame->local = local;
}