diff options
| -rw-r--r-- | xlators/features/shard/src/shard.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/features/shard/src/shard.c b/xlators/features/shard/src/shard.c index 0fcbbaff3e3..6ce767bd1a6 100644 --- a/xlators/features/shard/src/shard.c +++ b/xlators/features/shard/src/shard.c @@ -3563,6 +3563,7 @@ shard_readv (call_frame_t *frame, xlator_t *this, fd_t *fd, size_t size,          local->offset = offset;          local->req_size = size;          local->flags = flags; +        local->fop = GF_FOP_READ;          local->xattr_req = (xdata) ? dict_ref (xdata) : dict_new ();          if (!local->xattr_req)                  goto err;  | 
