protocol-client : dead code removed.
CID : 1124415,1124416, 1124417,1124418, 1124419,1124420, 1124425,1124426, 1124427,1124428, 1124445,1124446. Change-Id: Ib140b8907f4548f41fccb8044772397760fff835 BUG: 789278 Signed-off-by: Manikandan Selvaganesh <mselvaga@redhat.com> Reviewed-on: http://review.gluster.org/9643 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com>
This commit is contained in:
parent
298e94f804
commit
d680cbb47a
@ -3191,12 +3191,6 @@ client3_3_lookup (call_frame_t *frame, xlator_t *this,
|
||||
|
||||
GF_FREE (req.xdata.xdata_val);
|
||||
|
||||
if (rsp_iobref)
|
||||
iobref_unref (rsp_iobref);
|
||||
|
||||
if (rsp_iobuf)
|
||||
iobuf_unref (rsp_iobuf);
|
||||
|
||||
return 0;
|
||||
|
||||
unwind:
|
||||
@ -4798,12 +4792,6 @@ client3_3_fgetxattr (call_frame_t *frame, xlator_t *this,
|
||||
|
||||
GF_FREE (req.xdata.xdata_val);
|
||||
|
||||
if (rsp_iobuf)
|
||||
iobuf_unref (rsp_iobuf);
|
||||
|
||||
if (rsp_iobref)
|
||||
iobref_unref (rsp_iobref);
|
||||
|
||||
return 0;
|
||||
unwind:
|
||||
CLIENT_STACK_UNWIND (fgetxattr, frame, -1, op_errno, NULL, NULL);
|
||||
@ -4939,12 +4927,6 @@ client3_3_getxattr (call_frame_t *frame, xlator_t *this,
|
||||
|
||||
GF_FREE (req.xdata.xdata_val);
|
||||
|
||||
if (rsp_iobuf)
|
||||
iobuf_unref (rsp_iobuf);
|
||||
|
||||
if (rsp_iobref)
|
||||
iobref_unref (rsp_iobref);
|
||||
|
||||
return 0;
|
||||
unwind:
|
||||
if (rsp_iobuf)
|
||||
@ -5055,12 +5037,6 @@ client3_3_xattrop (call_frame_t *frame, xlator_t *this,
|
||||
|
||||
GF_FREE (req.xdata.xdata_val);
|
||||
|
||||
if (rsp_iobuf)
|
||||
iobuf_unref (rsp_iobuf);
|
||||
|
||||
if (rsp_iobref)
|
||||
iobref_unref (rsp_iobref);
|
||||
|
||||
return 0;
|
||||
unwind:
|
||||
CLIENT_STACK_UNWIND (xattrop, frame, -1, op_errno, NULL, NULL);
|
||||
@ -5780,12 +5756,6 @@ client3_3_readdir (call_frame_t *frame, xlator_t *this,
|
||||
|
||||
GF_FREE (req.xdata.xdata_val);
|
||||
|
||||
if (rsp_iobuf)
|
||||
iobuf_unref (rsp_iobuf);
|
||||
|
||||
if (rsp_iobref)
|
||||
iobref_unref (rsp_iobref);
|
||||
|
||||
return 0;
|
||||
|
||||
unwind:
|
||||
@ -5891,12 +5861,6 @@ client3_3_readdirp (call_frame_t *frame, xlator_t *this,
|
||||
|
||||
GF_FREE (req.dict.dict_val);
|
||||
|
||||
if (rsp_iobuf)
|
||||
iobuf_unref (rsp_iobuf);
|
||||
|
||||
if (rsp_iobref)
|
||||
iobref_unref (rsp_iobref);
|
||||
|
||||
return 0;
|
||||
unwind:
|
||||
if (rsp_iobref)
|
||||
|
Loading…
x
Reference in New Issue
Block a user