diff options
author | Vikas Gorur <vikas@gluster.com> | 2009-04-17 04:23:58 -0700 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-17 17:06:11 +0530 |
commit | 0b20c24a399eb03fdc431ea2761e1334e0032651 (patch) | |
tree | 1a269aff3ad53ce6471af5feb1f5d0b7854bb336 /xlators | |
parent | 4e3eae6561b38b53bef2d20177ab62602db45c14 (diff) |
Fixed parameter to finodelk in STACK_WIND in dht
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/cluster/dht/src/dht-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |