diff options
| -rw-r--r-- | xlators/protocol/client/src/client-rpc-fops.c | 36 | 
1 files changed, 0 insertions, 36 deletions
diff --git a/xlators/protocol/client/src/client-rpc-fops.c b/xlators/protocol/client/src/client-rpc-fops.c index 10abe845c0c..f6a334039ad 100644 --- a/xlators/protocol/client/src/client-rpc-fops.c +++ b/xlators/protocol/client/src/client-rpc-fops.c @@ -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)  | 
