Hide Forgot
In trace xlator, in the function trace_link_cbk the changes of the function trace_stat_to_str is stored in preparentstr variable instead if postparentstr for the structure postparent. preparentstr = trace_stat_to_str(preparent); preparentstr = trace_stat_to_str(postparent);
PATCH: http://patches.gluster.com/patch/3313 in master (take the return value of trace_stat_to_str for preparent and postparent in corresponding variables)
PATCH: http://patches.gluster.com/patch/3311 in master (stat information of postparent stored in preparentstr insteadof postparentstr in trace)