From owner-svn-src-head@freebsd.org Thu Nov 9 15:10:02 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53668E52C54; Thu, 9 Nov 2017 15:10:02 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 328A66A00A; Thu, 9 Nov 2017 15:10:02 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: by freefall.freebsd.org (Postfix, from userid 1235) id 865086957; Thu, 9 Nov 2017 15:10:01 +0000 (UTC) Date: Thu, 9 Nov 2017 16:10:01 +0100 From: Baptiste Daroussin To: Ed Maste Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r325422 - head/lib/libc/sys Message-ID: <20171109151001.nnxnwy65bjf6s7o3@ivaldir.net> References: <201711050302.vA532JBM015186@repo.freebsd.org> <20171109150813.sejhhfhgz52tch2j@ivaldir.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="pymxcmeizg5n5464" Content-Disposition: inline In-Reply-To: <20171109150813.sejhhfhgz52tch2j@ivaldir.net> User-Agent: NeoMutt/20171027 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 09 Nov 2017 15:10:02 -0000 --pymxcmeizg5n5464 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 09, 2017 at 04:08:13PM +0100, Baptiste Daroussin wrote: > On Sun, Nov 05, 2017 at 03:02:19AM +0000, Ed Maste wrote: > > Author: emaste > > Date: Sun Nov 5 03:02:19 2017 > > New Revision: 325422 > > URL: https://svnweb.freebsd.org/changeset/base/325422 > >=20 > > Log: > > posix_fallocate.2: add an EINVAL errno case > > =20 > > As of r325320 posix_fallocate returns EINVAL on ZFS to indicate that > > the underlying filesystem does not support this operation, per > > POSIX.1-2008. Document this case in the man page. >=20 > I would have expected a EOPNOTSUPP no? By that I would have mean rather than changing the documentation, change the error returned on ZFS Bapt --pymxcmeizg5n5464 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEgOTj3suS2urGXVU3Y4mL3PG3PloFAloEb8kACgkQY4mL3PG3 PlptKw//XqlvQw40p0D8i2ypCWPGP0QU+MMKa4Jq0aJyX/XmnTy/yUjcAYMwl6i3 etpv3BxImXaRosXTSAho0skRpbvY+7SUNUaqViaf7hcbb15qJNFc7fJ00pIo0sTU amnWd1dGXXbHzHQlgED1GRxo3uNT4PbLoh5aSQYOjzF0zItarMcSMO95KB083AQP +oGBzedPYqqVTTtmD/xlHZKmnl0J1stq3LMC7E+lG+OrrWdMYvV5vf8EYkG39RGH nPXvUAkjgcWN8hOooE4wn6rv7MVqOTjlYjJfu28uNB7fukx6J0y+Mo9gCfEh9vWs VkL1leRt+sKm26d2NGKg6v+qld00PruoqIR4uV18Y+9YZ1snM95psHQaOZPeSU1h jCs200hk5WExj/R85nLmdGLLMPjnBRWT/fKKnCed0S+l9aHsYJqvFQW04FnIO7pO QYn1pw/fUvjUC9/6s7wAXSivb0xfbLR3jkVJDNs0NbK4yYIZuX50bXO49Dm0YDYQ d0hEvaydnJymyXWskEycizQ3Ewkffmg8pk63fsFDKmL7Un0ybuwQdqcCgL+SEICt fV8tjvrPj7oZGcS7TF+ldcq+XGAbwyRLVCx+LWmhP6C09B+3Mll8gm/jMUbHrVyS 7nVKT74mpLNH5ba/JlUMNIvh36+huuDeC/UXWdNhwW+Z5fPZ6CU= =/SiX -----END PGP SIGNATURE----- --pymxcmeizg5n5464--