From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f194.google.com (mail-lj1-f194.google.com [209.85.208.194]) (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 D221442EF5C for ; Fri, 19 Jun 2020 21:19:04 +0300 (MSK) Received: by mail-lj1-f194.google.com with SMTP id y11so12559964ljm.9 for ; Fri, 19 Jun 2020 11:19:04 -0700 (PDT) Date: Fri, 19 Jun 2020 21:19:01 +0300 From: Cyrill Gorcunov Message-ID: <20200619181901.GT134822@grain> References: <20200619180914.9771-1-sergepetrenko@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200619180914.9771-1-sergepetrenko@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] journal: fix typo in journal_no_write_async() List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Serge Petrenko Cc: tarantool-patches@dev.tarantool.org On Fri, Jun 19, 2020 at 09:09:14PM +0300, Serge Petrenko wrote: > Branch: gh-4842-sync-replication > --- > src/box/journal.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Acked-by: Cyrill Gorcunov Good catch! Kirill, can we please merge this partiular patch into the master branch?