diff options
Diffstat (limited to 'xlators/features/shard/src/shard.c')
| -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 ca91d4af65e..1e6a0205810 100644 --- a/xlators/features/shard/src/shard.c +++ b/xlators/features/shard/src/shard.c @@ -3500,6 +3500,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) {  | 
