diff options
| -rw-r--r-- | xlators/cluster/afr/src/afr-self-heal-entry.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/cluster/afr/src/afr-self-heal-entry.c b/xlators/cluster/afr/src/afr-self-heal-entry.c index b54b33194a8..8f7133b9730 100644 --- a/xlators/cluster/afr/src/afr-self-heal-entry.c +++ b/xlators/cluster/afr/src/afr-self-heal-entry.c @@ -1202,7 +1202,8 @@ afr_sh_entry_impunge_mknod (call_frame_t *impunge_frame, xlator_t *this,                             priv->children[child_index]->fops->mknod,                             &impunge_local->loc,                             st_mode_from_ia (stbuf->ia_prot, stbuf->ia_type), -                           stbuf->ia_rdev, dict); +                           makedev (ia_major (stbuf->ia_rdev), +                                    ia_minor (stbuf->ia_rdev)), dict);          if (dict)                  dict_unref (dict);  | 
