diff options
Diffstat (limited to 'rpc/xdr')
-rw-r--r-- | rpc/xdr/src/glusterfs3.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rpc/xdr/src/glusterfs3.h b/rpc/xdr/src/glusterfs3.h index 1977b4810b7..60f4242e345 100644 --- a/rpc/xdr/src/glusterfs3.h +++ b/rpc/xdr/src/glusterfs3.h @@ -371,8 +371,6 @@ gf_proto_cache_invalidation_from_upcall (xlator_t *this, ret = 0; GF_PROTOCOL_DICT_SERIALIZE (this, gf_c_data->dict, &(gf_c_req->xdata).xdata_val, (gf_c_req->xdata).xdata_len, ret, out); - if (ret > 0) - ret = -ret; out: return ret; } |