Re: svn commit: r325422 - head/lib/libc/sys

2017-11-09 Thread Warner Losh
On Thu, Nov 9, 2017 at 8:08 AM, Baptiste Daroussin wrote: > On Sun, Nov 05, 2017 at 03:02:19AM +, 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

Re: svn commit: r325422 - head/lib/libc/sys

2017-11-09 Thread Baptiste Daroussin
On Thu, Nov 09, 2017 at 04:08:13PM +0100, Baptiste Daroussin wrote: > On Sun, Nov 05, 2017 at 03:02:19AM +, 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_fallocat

Re: svn commit: r325422 - head/lib/libc/sys

2017-11-09 Thread Baptiste Daroussin
On Sun, Nov 05, 2017 at 03:02:19AM +, 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

svn commit: r325422 - head/lib/libc/sys

2017-11-04 Thread Ed Maste
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 op