diff options
Diffstat (limited to 'xlators/features/bit-rot/src/bitd/bit-rot.c')
| -rw-r--r-- | xlators/features/bit-rot/src/bitd/bit-rot.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/bit-rot/src/bitd/bit-rot.c b/xlators/features/bit-rot/src/bitd/bit-rot.c index 75fa0490c90..40932268c9b 100644 --- a/xlators/features/bit-rot/src/bitd/bit-rot.c +++ b/xlators/features/bit-rot/src/bitd/bit-rot.c @@ -296,7 +296,7 @@ br_object_read_block_and_sign(xlator_t *this, fd_t *fd, br_child_t *child,      tbf = priv->tbf;      ret = syncop_readv(child->xl, fd, size, offset, 0, &iovec, &count, &iobref, -                       NULL, NULL, NULL); +                       NULL, NULL);      if (ret < 0) {          gf_msg(this->name, GF_LOG_ERROR, errno, BRB_MSG_READV_FAILED,  | 
