From 0b20c24a399eb03fdc431ea2761e1334e0032651 Mon Sep 17 00:00:00 2001 From: Vikas Gorur Date: Fri, 17 Apr 2009 04:23:58 -0700 Subject: Fixed parameter to finodelk in STACK_WIND in dht Signed-off-by: Anand V. Avati --- xlators/cluster/dht/src/dht-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/cluster/dht') diff --git a/xlators/cluster/dht/src/dht-common.c b/xlators/cluster/dht/src/dht-common.c index 9254078dfe2..fc0e7706c8f 100644 --- a/xlators/cluster/dht/src/dht-common.c +++ b/xlators/cluster/dht/src/dht-common.c @@ -3496,7 +3496,7 @@ dht_finodelk (call_frame_t *frame, xlator_t *this, STACK_WIND (frame, dht_finodelk_cbk, subvol, subvol->fops->finodelk, - this->name, fd, cmd, lock); + volume, fd, cmd, lock); return 0; -- cgit