Hide Forgot
protocol/client uses get_global_ctx_ptr to access the glusterfs context. However libglusterfsclient does not set the global ctx pointer since there can be many glusterfs contexts initialized. Hence protocol/client should access the context from the ctx member of xlator object.
*** Bug 278 has been marked as a duplicate of this bug. ***
PATCH: http://patches.gluster.com/patch/1395 in master (protocol/client: access glusterfs context from the ctx member of xlator object)
PATCH: http://patches.gluster.com/patch/1394 in release-2.0 (protocol/client: access glusterfs context from the ctx member of xlator object)