diff options
Diffstat (limited to 'xlators/cluster/dht/src')
| -rw-r--r-- | xlators/cluster/dht/src/dht-common.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/cluster/dht/src/dht-common.c b/xlators/cluster/dht/src/dht-common.c index 0da8ad73eef..24430e6bcb4 100644 --- a/xlators/cluster/dht/src/dht-common.c +++ b/xlators/cluster/dht/src/dht-common.c @@ -2901,7 +2901,7 @@ err:  int  dht_symlink (call_frame_t *frame, xlator_t *this, -	     const char *linkname, loc_t *loc) +	     const char *linkname, loc_t *loc, dict_t *params)  {  	xlator_t    *subvol = NULL;  	int          op_errno = -1; @@ -2942,7 +2942,7 @@ dht_symlink (call_frame_t *frame, xlator_t *this,  	STACK_WIND (frame, dht_newfile_cbk,  		    subvol, subvol->fops->symlink, -		    linkname, loc); +		    linkname, loc, params);  	return 0;  | 
