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 2f656f748c0..eea30b6065b 100644 --- a/xlators/features/shard/src/shard.c +++ b/xlators/features/shard/src/shard.c @@ -3506,6 +3506,7 @@ shard_delete_shards(void *opaque)          goto err;      }      cleanup_frame->local = local; +    local->fop = GF_FOP_UNLINK;      local->xattr_req = dict_new();      if (!local->xattr_req) {  | 
