diff options
Diffstat (limited to 'xlators/cluster/dht/src/dht-common.h')
| -rw-r--r-- | xlators/cluster/dht/src/dht-common.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/cluster/dht/src/dht-common.h b/xlators/cluster/dht/src/dht-common.h index 21433b6c8b7..a756a1e579f 100644 --- a/xlators/cluster/dht/src/dht-common.h +++ b/xlators/cluster/dht/src/dht-common.h @@ -1168,10 +1168,10 @@ gf_defrag_start (void *this);  int32_t  gf_defrag_handle_hardlink (xlator_t *this, loc_t *loc, dict_t  *xattrs, -                           struct iatt *stbuf); +                           struct iatt *stbuf, int *fop_errno);  int  dht_migrate_file (xlator_t *this, loc_t *loc, xlator_t *from, xlator_t *to, -                 int flag); +                 int flag, int *fop_errno);  int  dht_inode_ctx_layout_get (inode_t *inode, xlator_t *this,                            dht_layout_t **layout_int);  | 
