From owner-dev-commits-src-main@freebsd.org Tue Sep 28 18:38:52 2021 Return-Path: Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E58776A9EFC; Tue, 28 Sep 2021 18:38:52 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (glebi.us [162.251.186.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "cell.glebi.us", Issuer "cell.glebi.us" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJpDr4kXQz4f1f; Tue, 28 Sep 2021 18:38:52 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (localhost [127.0.0.1]) by cell.glebi.us (8.16.1/8.16.1) with ESMTPS id 18SIcjt3024741 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 28 Sep 2021 11:38:45 -0700 (PDT) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.glebi.us (8.16.1/8.16.1/Submit) id 18SIciwB024740; Tue, 28 Sep 2021 11:38:44 -0700 (PDT) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@freebsd.org using -f Date: Tue, 28 Sep 2021 11:38:44 -0700 From: Gleb Smirnoff To: Ian Lepore Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: c6213beff4f5 - main - Add flag BIO_SWAP to mark IOs that are associated with swap. Message-ID: References: <202109281824.18SIO61S055973@gitrepo.freebsd.org> <60e58628fbc1a5d141b360aa1d3651532024ba82.camel@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <60e58628fbc1a5d141b360aa1d3651532024ba82.camel@freebsd.org> X-Rspamd-Queue-Id: 4HJpDr4kXQz4f1f X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 18:38:53 -0000 Ian, On Tue, Sep 28, 2021 at 12:26:34PM -0600, Ian Lepore wrote: I> > URL: I> > https://cgit.FreeBSD.org/src/commit/?id=c6213beff4f51d6c9cc4e41682538d203249359e I> > I> > commit c6213beff4f51d6c9cc4e41682538d203249359e I> > Author:     Gleb Smirnoff I> > AuthorDate: 2021-09-28 18:11:50 +0000 I> > Commit:     Gleb Smirnoff I> > CommitDate: 2021-09-28 18:23:51 +0000 I> > I> >     Add flag BIO_SWAP to mark IOs that are associated with swap. I> >     I> I> Why? It's not clear from the diff why the new flag was added. Next couple commits that were pushed same second use it. -- Gleb Smirnoff