summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht/src/dht-common.h
diff options
context:
space:
mode:
authorShehjar Tikoo <shehjart@gluster.com>2010-02-25 15:38:08 +0000
committerAnand V. Avati <avati@dev.gluster.com>2010-03-04 03:13:31 -0800
commitfa194179431b7e9aac68333c91a9c3254a15335d (patch)
treefc385c775f0902abfe47863269534b9b5108eff7 /xlators/cluster/dht/src/dht-common.h
parenta8f10e72f265e96f3785f278a3c4a3631b9f0392 (diff)
distribute: perform self-heal as root
prerserve original frame uid and gid and perform self-heal by changing uid/gid to root (0) temporarily. Signed-off-by: Shehjar Tikoo <shehjart@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 597 (miscellaneous fixes for xlators to work well with NFS xlator) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=597
Diffstat (limited to 'xlators/cluster/dht/src/dht-common.h')
-rw-r--r--xlators/cluster/dht/src/dht-common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xlators/cluster/dht/src/dht-common.h b/xlators/cluster/dht/src/dht-common.h
index 9974bc0d2fc..9b978155e24 100644
--- a/xlators/cluster/dht/src/dht-common.h
+++ b/xlators/cluster/dht/src/dht-common.h
@@ -107,6 +107,8 @@ struct dht_local {
dht_selfheal_dir_cbk_t dir_cbk;
dht_layout_t *layout;
} selfheal;
+ uint32_t uid;
+ uint32_t gid;
/* needed by nufa */
int32_t flags;
@@ -272,6 +274,8 @@ void dht_layout_unref (xlator_t *this, dht_layout_t *layout);
dht_layout_t *dht_layout_ref (xlator_t *this, dht_layout_t *layout);
xlator_t *dht_first_up_subvol (xlator_t *this);
xlator_t *dht_last_up_subvol (xlator_t *this);
+int dht_frame_su_do (call_frame_t *frame);
+int dht_frame_su_undo (call_frame_t *frame);
int dht_build_child_loc (xlator_t *this, loc_t *child, loc_t *parent, char *name);