From owner-svn-src-head@freebsd.org Thu Nov 9 15:10:25 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 44661E52CA8 for ; Thu, 9 Nov 2017 15:10:25 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io0-x234.google.com (mail-io0-x234.google.com [IPv6:2607:f8b0:4001:c06::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0741A6A14E for ; Thu, 9 Nov 2017 15:10:25 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io0-x234.google.com with SMTP id m16so10190439iod.1 for ; Thu, 09 Nov 2017 07:10:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=LjH9L3nU0VrBB2k4E5M3dN7i6zMqfiNy6IS5EZIs8vw=; b=e9dHMBgz2Mx4iIcCrwsqdqwAQP7nheEZEPDiMbCAmGGhIghOyAAomMuytyRGhqAdgw JDJnYSZ7WW1db7KH+w+6hevySJ/n/nNzr4rkto8yv/fB0br+JtyELqjXhrvbDnV5VOFd wGQ9L7navH2OGJpwgmGFUnYKppde1P8NI0HkITzmDhnGlDNx0j2nN3aE2u37O4jCVT52 FrSmJXgXpx51kxh6Ibq2OfmC8yScamOj2htaNOhooscAYrQvGmNeHggj0eQEAwCRlnzf lWji9I3DdBfTV+9lHykiHfELjY06K6Ky8OE6IbTb4vdzSx4q+usRH9GA8cnNXRVEnndf Ai4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=LjH9L3nU0VrBB2k4E5M3dN7i6zMqfiNy6IS5EZIs8vw=; b=bc6wRtVDvLBET7A5uuNwpMj273Hdz7vLJD7hhnSuymM/ePzcylB3FZBeNbF4qqlMKg xdyg4tgzQzdYwqAvRPQeOQ2iEyTRlYqGg27DMAQi8nbv8kfvLhyEITGH3wrZOYjjMq3T 45ZFWz60XnsChOIXqY0BgIUQ4T91yaBc6nPqF4j88t0yVZ2Syt+gO/lNXi6QRdtGRvzD vJwV6ZGBZbPENcfII3QMdeP/G+Y5V/GYiBiZRSvgTUhYU63MLjbNlESqQNnwy4JWBIhZ Irj/p3V8G+pMTHGZFKkm718Qx0YBgYSAPlyWliG18iwWXmjtzG5BcmRlxQQDCl1AzeIK +/kQ== X-Gm-Message-State: AJaThX5lVpLFMdfuN9WeUCfZG/Gr4OGzOhKae/w6u41fmE+5rPCRpPne 1DTNfhvKnMemFqWaVfeZnA/+oN9uvfK305Z7Ehu8hg== X-Google-Smtp-Source: ABhQp+Q1lmQddnDCpcttPwadk9NULfsIk4L/8lDBF5m0YGzT3Bp5aBZDOdLqzTDozP/g+4k/Qubi6O03o1MFKnlj5Mg= X-Received: by 10.107.46.216 with SMTP id u85mr908062iou.136.1510240224215; Thu, 09 Nov 2017 07:10:24 -0800 (PST) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.79.108.204 with HTTP; Thu, 9 Nov 2017 07:10:23 -0800 (PST) X-Originating-IP: [2603:300b:6:5100:48b2:e409:663b:8d66] In-Reply-To: <20171109150813.sejhhfhgz52tch2j@ivaldir.net> References: <201711050302.vA532JBM015186@repo.freebsd.org> <20171109150813.sejhhfhgz52tch2j@ivaldir.net> From: Warner Losh Date: Thu, 9 Nov 2017 08:10:23 -0700 X-Google-Sender-Auth: 6gHrHYi0C249w7SsSy_0Ua0l32U Message-ID: Subject: Re: svn commit: r325422 - head/lib/libc/sys To: Baptiste Daroussin Cc: Ed Maste , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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:25 -0000 On Thu, Nov 9, 2017 at 8:08 AM, 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 > > > > Log: > > posix_fallocate.2: add an EINVAL errno case > > > > 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. > > I would have expected a EOPNOTSUPP no? > Me too, but POSIX specifically requires EINVAL. Warner