From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <v.shpilevoy@tarantool.org> Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 9B35745C305 for <tarantool-patches@dev.tarantool.org>; Sat, 21 Nov 2020 02:55:51 +0300 (MSK) References: <20201112195121.191366-1-gorcunov@gmail.com> <20201112195121.191366-8-gorcunov@gmail.com> From: Vladislav Shpilevoy <v.shpilevoy@tarantool.org> Message-ID: <a9ba8be8-1a9e-f335-b6de-ade6525f3488@tarantool.org> Date: Sat, 21 Nov 2020 00:55:50 +0100 MIME-Version: 1.0 In-Reply-To: <20201112195121.191366-8-gorcunov@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH 07/11] qsync: move limbo owner transition into separate helper List-Id: Tarantool development patches <tarantool-patches.dev.tarantool.org> List-Unsubscribe: <https://lists.tarantool.org/mailman/options/tarantool-patches>, <mailto:tarantool-patches-request@dev.tarantool.org?subject=unsubscribe> List-Archive: <https://lists.tarantool.org/pipermail/tarantool-patches/> List-Post: <mailto:tarantool-patches@dev.tarantool.org> List-Help: <mailto:tarantool-patches-request@dev.tarantool.org?subject=help> List-Subscribe: <https://lists.tarantool.org/mailman/listinfo/tarantool-patches>, <mailto:tarantool-patches-request@dev.tarantool.org?subject=subscribe> To: Cyrill Gorcunov <gorcunov@gmail.com>, tml <tarantool-patches@dev.tarantool.org> Thanks for the patch! NACK.