From nobody Tue Dec 7 18:15:56 2021 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 8CCBE18B7957; Tue, 7 Dec 2021 18:15:59 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J7pQ70qJFz4ZYN; Tue, 7 Dec 2021 18:15:58 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from [10.0.1.4] (ralph.baldwin.cx [66.234.199.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: jhb) by smtp.freebsd.org (Postfix) with ESMTPSA id 1B5D72A8B8; Tue, 7 Dec 2021 18:15:58 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Message-ID: <160f3490-7076-f305-9408-a82bec327f50@FreeBSD.org> Date: Tue, 7 Dec 2021 10:15:56 -0800 List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 Subject: Re: git: 97722455cce4 - main - fcntl(2): be more precise about third arg type Content-Language: en-US To: Konstantin Belousov , src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org References: <202112062327.1B6NRh8J040854@gitrepo.freebsd.org> From: John Baldwin In-Reply-To: <202112062327.1B6NRh8J040854@gitrepo.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638900959; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=20gx6hPrGVst6nnSVbvTuRiv2IX0tWkCpCWE0tyeyIs=; b=HTrzHNL99Ba79mAXEZcgyVA8Tj1bZtZSFyZooTnJ6D9+rFnLwQpOo7KBSr5GeVtVSBgaIm t88RNSH2KMI0x/A1XfdyQEaL35lOAxTRd7VOMs/6pKA51SaK4u7kiG0NV60DqXGlCIU3vA YSjRupH5stfpYOse6+eiM9udVe93mb1V2evuyHTx0AWXdx6W8HG9RbOSwkZo3pKoBp/X+h 38IaseVm/ambF8YF9jSsnrXQC5irVh9vhA6QdpmPfIzBtFod/faniY9t+hGBxhPumxzEXg lk+8ylsOVEF9negZzc2l3t2+4OmePEnGYwZRKyB5qt1osKfRtQFhoo7jIjDhsg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638900959; a=rsa-sha256; cv=none; b=YC3G+LvFU+hTqOgl5rWjT7T/DoLBvRCb+sOKTogHvjolwNqwWtvqJYwG34YiCYMwKfbcNb CXlNhKPghlvx1snQADZFdwGoT6VJtcyXzoSUER7Zp1+goQnG7vFeZoKbQu/6zPWSSLDrsZ 5sZtzGOFobo6fHtC1R2UOapYI1fybvY2ZZliJFYGzafdRyFhGiZ7ZkWdy8fRg7tTWxgX6I ix30x2Lm/asMg8Vu9rMuDi1RI6ZccnmFnmgy13tW1s7R/yHL5QYaZQpobbmcsTPHREwrH+ aTao+yFOfZcDIZLwQ0/nVFaSZoqXir/bU0idxZ8WcQJ/JHSLwUF7VEcV9PnxYw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N On 12/6/21 3:27 PM, Konstantin Belousov wrote: > The branch main has been updated by kib: > > URL: https://cgit.FreeBSD.org/src/commit/?id=97722455cce4f8398f6411eaaa80d595dcb5fb3c > > commit 97722455cce4f8398f6411eaaa80d595dcb5fb3c > Author: Konstantin Belousov > AuthorDate: 2021-12-06 20:14:25 +0000 > Commit: Konstantin Belousov > CommitDate: 2021-12-06 23:27:38 +0000 > > fcntl(2): be more precise about third arg type > > Also use the term operation consistently, over the command. > > Reviewed by: emaste, jhb, markj > Sponsored by: The FreeBSD Foundation > MFC after: 1 week > Differential revision: https://reviews.freebsd.org/D33277 Thanks! -- John Baldwin