From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f196.google.com (mail-lj1-f196.google.com [209.85.208.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 61E15469710 for ; Wed, 27 May 2020 13:49:15 +0300 (MSK) Received: by mail-lj1-f196.google.com with SMTP id w10so28374076ljo.0 for ; Wed, 27 May 2020 03:49:15 -0700 (PDT) Date: Wed, 27 May 2020 13:49:12 +0300 From: Cyrill Gorcunov Message-ID: <20200527104912.GJ2464@grain> References: <0f65635ef9ee95131ac0e83b0b70e8c204a322b8.1589968157.git.kyukhin@tarantool.org> <20200523183032.GB2714@atlas> <20200525131354.junz5joymznc6r6j@tarantool.org> <20200526151626.GI2464@grain> <20200527091713.xjorn2y3mcebyc25@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200527091713.xjorn2y3mcebyc25@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH 1/2] Copy DSO module before load instead of symlink-ing List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kirill Yukhin Cc: tarantool-patches@dev.tarantool.org On Wed, May 27, 2020 at 12:17:13PM +0300, Kirill Yukhin wrote: > > We should probably update coio_do_copyfile() as well. > This is where I've copy-and-pasted from. True. Reviewed-by: Cyrill Gorcunov