summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht/src/dht-common.c
diff options
context:
space:
mode:
authorPranith K <pranithk@gluster.com>2011-02-03 21:23:15 +0000
committerAnand V. Avati <avati@dev.gluster.com>2011-02-08 23:21:04 -0800
commit44773417bcaafeb6b7a8c44b5dc22bc7969e3102 (patch)
tree450489394090da1378c3debe2ac4aacc216fae80 /xlators/cluster/dht/src/dht-common.c
parent9f2e9fc465361e7821627a8c3a22863bb25b0810 (diff)
cluster/dht: Perform self-heal as root
Signed-off-by: Pranith Kumar K <pranithk@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 2370 (cluster/afr: Perform self-heal as root) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2370
Diffstat (limited to 'xlators/cluster/dht/src/dht-common.c')
-rw-r--r--xlators/cluster/dht/src/dht-common.c4
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 cca09927c..4b574bb45 100644
--- a/xlators/cluster/dht/src/dht-common.c
+++ b/xlators/cluster/dht/src/dht-common.c
@@ -55,7 +55,7 @@ dht_lookup_selfheal_cbk (call_frame_t *frame, void *cookie,
local = frame->local;
ret = op_ret;
- dht_frame_su_undo (frame);
+ FRAME_SU_UNDO (frame, dht_local_t);
if (ret == 0) {
layout = local->selfheal.layout;
@@ -196,7 +196,7 @@ unlock:
return 0;
selfheal:
- dht_frame_su_do (frame);
+ FRAME_SU_DO (frame, dht_local_t);
ret = dht_selfheal_directory (frame, dht_lookup_selfheal_cbk,
&local->loc, layout);