diff options
Diffstat (limited to 'rpc/xdr')
| -rw-r--r-- | rpc/xdr/src/glusterfs3.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/rpc/xdr/src/glusterfs3.h b/rpc/xdr/src/glusterfs3.h index 60f4242e345..e95252a73be 100644 --- a/rpc/xdr/src/glusterfs3.h +++ b/rpc/xdr/src/glusterfs3.h @@ -410,9 +410,9 @@ gf_proto_cache_invalidation_to_upcall (xlator_t *this,                                        (gf_c_req->xdata).xdata_val,                                        (gf_c_req->xdata).xdata_len, ret,                                        ret, out); -        if (ret > 0) +	if (ret > 0)                  ret = -ret; -out: +  out:          return ret;  }  #endif /* !_GLUSTERFS3_H */  | 
