Re: svn commit: r284409 - in head/cddl/lib: libzfs libzfs_core

2015-06-18 Thread Andriy Gapon
On 15/06/2015 21:06, Warner Losh wrote: > >> On Jun 15, 2015, at 8:37 AM, Matthew Ahrens wrote: >> >> >> >> On Mon, Jun 15, 2015 at 7:53 AM, Andriy Gapon wrote: >> >> P.S. My personal preference would be to drop that compat code and to >> convince ZFS/FreeBSD users to always use boot enviro

Re: svn commit: r284409 - in head/cddl/lib: libzfs libzfs_core

2015-06-15 Thread Warner Losh
> On Jun 15, 2015, at 8:37 AM, Matthew Ahrens wrote: > > > > On Mon, Jun 15, 2015 at 7:53 AM, Andriy Gapon wrote: > > P.S. > My personal preference would be to drop that compat code and to convince > ZFS/FreeBSD users to always use boot environments, so that their kernel and > userland never

Re: svn commit: r284409 - in head/cddl/lib: libzfs libzfs_core

2015-06-15 Thread Matthew Ahrens
On Mon, Jun 15, 2015 at 7:53 AM, Andriy Gapon wrote: > > P.S. > My personal preference would be to drop that compat code and to convince > ZFS/FreeBSD users to always use boot environments, so that their kernel and > userland never fall out of sync :) > Me too :-) --matt ___

Re: svn commit: r284409 - in head/cddl/lib: libzfs libzfs_core

2015-06-15 Thread Andriy Gapon
On 15/06/2015 13:48, Baptiste Daroussin wrote: > Author: bapt > Date: Mon Jun 15 10:48:48 2015 > New Revision: 284409 > URL: https://svnweb.freebsd.org/changeset/base/284409 > > Log: > Fix circular dependency between libzfs and libzfs_core > > libzfs_core is the wrapper around kernel ioctls

svn commit: r284409 - in head/cddl/lib: libzfs libzfs_core

2015-06-15 Thread Baptiste Daroussin
Author: bapt Date: Mon Jun 15 10:48:48 2015 New Revision: 284409 URL: https://svnweb.freebsd.org/changeset/base/284409 Log: Fix circular dependency between libzfs and libzfs_core libzfs_core is the wrapper around kernel ioctls, the ioctl compat code belongs to it Modified: head/cddl/li