<div dir="ltr"><div>current gateway.c has duplicate `if` statement,</div><div>this patch remove it</div><div><br></div><div>Signed-off-by: Xiaolong Xu <<a href="mailto:nxtxiaolong@gmail.com">nxtxiaolong@gmail.com</a>></div><div>---</div><div> sheep/gateway.c | 3 +--</div><div> 1 file changed, 1 insertion(+), 2 deletions(-)</div><div><br></div><div>diff --git a/sheep/gateway.c b/sheep/gateway.c</div><div>index 7f7d1d1..91bcad2 100644</div><div>--- a/sheep/gateway.c</div><div>+++ b/sheep/gateway.c</div><div>@@ -681,12 +681,11 @@ int gateway_write_obj(struct request *req)</div><div>        if (!bypass_object_cache(req))</div><div>                return object_cache_handle_request(req);</div><div><br></div><div>-       if (is_data_vid_update(hdr))</div><div>-               invalidate_other_nodes(oid_to_vid(oid));</div><div><br></div><div>        if (is_data_vid_update(hdr)) {</div><div>                size_t nr_vids = hdr->data_length / sizeof(*vids);</div><div><br></div><div>+               invalidate_other_nodes(oid_to_vid(oid));</div><div>                /* read the previous vids to discard their references later */</div><div>                vids = xzalloc(sizeof(*vids) * nr_vids);</div><div>                refs = xzalloc(sizeof(*refs) * nr_vids);</div><div>-- </div><div>1.9.1</div><div><br></div><div><br></div><div>Thanks</div><div>Long</div></div>