summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht/src/dht-helper.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-helper.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-helper.c')
-rw-r--r--xlators/cluster/dht/src/dht-helper.c31
1 files changed, 0 insertions, 31 deletions
diff --git a/xlators/cluster/dht/src/dht-helper.c b/xlators/cluster/dht/src/dht-helper.c
index dd2571647..7da3a7a61 100644
--- a/xlators/cluster/dht/src/dht-helper.c
+++ b/xlators/cluster/dht/src/dht-helper.c
@@ -461,37 +461,6 @@ dht_iatt_merge (xlator_t *this, struct iatt *to,
}
int
-dht_frame_su_do (call_frame_t *frame)
-{
- dht_local_t *local = NULL;
-
- local = frame->local;
-
- local->uid = frame->root->uid;
- local->gid = frame->root->gid;
-
- frame->root->uid = 0;
- frame->root->gid = 0;
-
- return 0;
-}
-
-
-int
-dht_frame_su_undo (call_frame_t *frame)
-{
- dht_local_t *local = NULL;
-
- local = frame->local;
-
- frame->root->uid = local->uid;
- frame->root->gid = local->gid;
-
- return 0;
-}
-
-
-int
dht_build_child_loc (xlator_t *this, loc_t *child, loc_t *parent, char *name)
{
if (!child) {