From owner-svn-src-head@freebsd.org Mon Jun 22 04:59:28 2020 Return-Path: Delivered-To: svn-src-head@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 D859A33FE40; Mon, 22 Jun 2020 04:59:28 +0000 (UTC) (envelope-from tmunro@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49qxz45NZcz48gW; Mon, 22 Jun 2020 04:59:28 +0000 (UTC) (envelope-from tmunro@freebsd.org) Received: from mail-ot1-f49.google.com (mail-ot1-f49.google.com [209.85.210.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: tmunro/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id AEAF22F2E9; Mon, 22 Jun 2020 04:59:28 +0000 (UTC) (envelope-from tmunro@freebsd.org) Received: by mail-ot1-f49.google.com with SMTP id u23so12043695otq.10; Sun, 21 Jun 2020 21:59:28 -0700 (PDT) X-Gm-Message-State: AOAM531ySueXr3EqPWT2Cd2VqblubUnhggMW63f5s+tJYfw2rCHsih03 mmaPIO+B9o+JGySwcT3aqrdUb9KNJKb0MSU+YEg= X-Google-Smtp-Source: ABdhPJyEZpi5XuHLyTfXSl4r3Wb1AJ8DueIxZ4RUq3p0KVQRARRMmjFDsUDiVIirgOSyZGMpbaPfpekxW6rBrSbNLsQ= X-Received: by 2002:a9d:1b6a:: with SMTP id l97mr10559044otl.325.1592801968047; Sun, 21 Jun 2020 21:59:28 -0700 (PDT) MIME-Version: 1.0 References: <202006210851.05L8pO5x083339@repo.freebsd.org> <20200621093540.GA41106@freefall.freebsd.org> In-Reply-To: <20200621093540.GA41106@freefall.freebsd.org> From: Thomas Munro Date: Mon, 22 Jun 2020 16:58:51 +1200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r362460 - in head/sys: compat/cloudabi fs/devfs kern sys To: "Piotr P. Stefaniak" Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2020 04:59:28 -0000 On Sun, Jun 21, 2020 at 9:35 PM Piotr P. Stefaniak wrote: > On 2020-06-21 08:51:24, Thomas Munro wrote: > >Author: tmunro > >Date: Sun Jun 21 08:51:24 2020 > >New Revision: 362460 > >URL: https://svnweb.freebsd.org/changeset/base/362460 > > > >Log: > > vfs: track sequential reads and writes separately > > This sounds great to me! Have you considered MFC-ing this? Aside from whether it's a good idea, I wasn't assuming that was going to be possible (for example "Remove ->f_label from struct file" was not marked for MFC). I'm still trying to learn about the ABI stability rules...