From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 740193DA7C1; Tue, 20 Jan 2026 15:12:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768921954; cv=none; b=n5os+n96vEe1fHWxETDgYrxqIXrqWH5yofqLQTAN6yDK8W2pvSm58kkrbBLoMoCspg0bQwVbsI4k2RLEs+59Mow7JUwHaYL2fFuSiDmjY4tkA0iumAvWtblRKayWUoKeiloYJEIPeIBpB6LYywj3Aoq0oTBCvuj2YkaFJm5FxFo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768921954; c=relaxed/simple; bh=VFC229AZuFdlJP7YaiN7RvBqAhpGSQlaVITbdAUfss8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=uasJkstjtlSh/m3CPlkwGZ5uWhOWV5nvzWkNosv6jKlJcWNjraupTgjjpOxBupYhxAGcgRJq+S9o/vJVCfNZLM9gC0tC4o/yP8hyEuxN/uHagrHst6vlLXwL2pohrnpAlZhz9FXpRAtBtXXga6PgUDvNg8Enk2RoHCfNCjplWmk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=egLskHnh; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="egLskHnh" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6EBA8C19422; Tue, 20 Jan 2026 15:12:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768921954; bh=VFC229AZuFdlJP7YaiN7RvBqAhpGSQlaVITbdAUfss8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=egLskHnhH/94aju3jK3FgZwZVfQ0G/6hVMAcH0JmBwyMlrqBpu+a/DYxADIrXZILA 3kjk/SNLlp7WZcpldaalT9sc2V0WtVPUpx4W3Lb5aw92v0lAStTRwKnQp/6nEyvYtW R1rD8nqqKtFkep2PA4rHx0bFRbEpXijDTgVo65TAAJ9EFpGZDfLvVHDD9QOz4AjKxV VAzpDu0l0t42l2QofjK9wXtxzo98Z4IajutAlInPLcbSB6noD3ROf+UxaxkcdO9Q44 sYkXQ4FXcB+Iomd+Wq1wM5jtbc87mQHC7hYO2xpv5j5P2ObxpyNRUBwvvxeKEpMo3O 2zAoBaEiTbJ4w== Date: Tue, 20 Jan 2026 16:12:31 +0100 From: Alejandro Colomar To: Jeff Layton Cc: linux-man@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH v3] man/man2const/F_[SG]ETDELEG.2const, man/man2/fcntl.2: Document F_SETDELEG and F_GETDELEG Message-ID: References: <20260114-master-v2-0-719f5b47dfe2@kernel.org> <5b283a25dbe2ab9ed78719c132885d9d3157f2bb.1768750908.git.alx@kernel.org> Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="pwiekixizj7yf3bc" Content-Disposition: inline In-Reply-To: --pwiekixizj7yf3bc Content-Type: text/plain; protected-headers=v1; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable From: Alejandro Colomar To: Jeff Layton Cc: linux-man@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH v3] man/man2const/F_[SG]ETDELEG.2const, man/man2/fcntl.2: Document F_SETDELEG and F_GETDELEG Message-ID: References: <20260114-master-v2-0-719f5b47dfe2@kernel.org> <5b283a25dbe2ab9ed78719c132885d9d3157f2bb.1768750908.git.alx@kernel.org> MIME-Version: 1.0 In-Reply-To: Hi Jeff, On Tue, Jan 20, 2026 at 09:39:27AM -0500, Jeff Layton wrote: > On Sun, 2026-01-18 at 16:42 +0100, Alejandro Colomar wrote: > > From: Jeff Layton > >=20 > > With Linux 6.19, userland will be able to request a delegation on a file > > or directory. These new objects act a lot like file leases, but are > > based on NFSv4 file and directory delegations. > >=20 > > Add new F_GETDELEG and F_SETDELEG manpages to document them. > >=20 > > Signed-off-by: Jeff Layton > > [alx: minor tweaks] > > Signed-off-by: Alejandro Colomar > > --- > > man/man2/fcntl.2 | 5 + > > man/man2const/F_GETDELEG.2const | 265 ++++++++++++++++++++++++++++++++ > > man/man2const/F_SETDELEG.2const | 1 + > > 3 files changed, 271 insertions(+) > > create mode 100644 man/man2const/F_GETDELEG.2const > > create mode 100644 man/man2const/F_SETDELEG.2const > >=20 [...] > > diff --git a/man/man2const/F_GETDELEG.2const b/man/man2const/F_GETDELEG= =2E2const > > new file mode 100644 > > index 000000000..e4d98feed > > --- /dev/null > > +++ b/man/man2const/F_GETDELEG.2const > > @@ -0,0 +1,265 @@ [...] > > +.SH NOTES > > +Delegations were designed to implement NFSv4 delegations for the Linux= NFS server. Do we have a link to the NFSv4 specification of delegations? It could be useful, I think. What do you think? [...] > This all looks great to me. Did you need me to make any other changes? The only remaining doubt is the question above. > Thanks for doing the cleanup! FWIW: >=20 > Reviewed-by: Jeff Layton You're welcome! And thanks! :-) Have a lovely day! Alex --=20 --pwiekixizj7yf3bc Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEES7Jt9u9GbmlWADAi64mZXMKQwqkFAmlvm1cACgkQ64mZXMKQ wql+RQ//VVIwqqxU0sBVJTko2FgmsP7dS78xT/McXJHwCLs1AVVilwaIy2dFsOzX v4CMW0PVqzhxUyIwx3zv3v+uwSrYRMCPcBbcwW3Banz1odlQqtWThkWhTHwno5Xu /9U7o0X+JrGgpmafNlU3ihVGBGr6Khz3oQrxP0Nu85aKc0bOyXDeYXD5TskcjytT mN8jDbb0qocTqAMFJrn5f4ya+Fk7UKxiFiXJ24uNf+s1qdgszyiuwTvDNcWHqGOy gxO8ZoaHX+YqwKLJqtv1D4Pk1UoWRvlZ8S38zXOLtVsoImOI8fCzMZww0Nb1TTAI /uPd9/X4fv4puKHYWGfOypoGBteFlj3dzayWgF1pzRf03VZl3pIhBR/OCLYYPDaf MFWqnsGxUy5Mxx80wrZUwW3F/dh4uhUffQjfdlHbNqtR4XpAO12QKh+fVvBiYmw3 uFUq1vo0RIuKoLQviiAsgUCUKyKnEUra4UVV1qk2kV8YZR+8Dn03GI2tCJtrgqtT bMp2VYrxjm0cdGtHM3y+STF07ThdYQpYabUuLTaqkDLUhhIfuH9c2wvcgu9MkQNw ZdukRuGjjsP5Cs3nyjYNrn5uJmSqtShxkt3TLn56vMI0QlMQJ/7NvQFqIGpekf61 UbfGfmPsxTXdGJkub2vWgawf1WQw2ubO3E+mJXSkxEFkFpgolgQ= =xS8N -----END PGP SIGNATURE----- --pwiekixizj7yf3bc--