Re: [Patch] Enable libzfs detection on Linux

2011-11-15 Thread Seth Goldberg
On 11/10/11 12:02, Robert Millan wrote: Hi Zachary, 2011/9/14 Zachary Bedell: FWIW, my commit comment locally for this was: * Adjusts autoconf logic to properly detect libzfs on Linux. * Includes additional headers necessary for libspl. Excuse me if I missed something, but weren't you hol

Re: [Patch] Enable libzfs detection on Linux

2011-11-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 10.11.2011 21:02, Robert Millan wrote: > Hi Zachary, > > 2011/9/14 Zachary Bedell : >> FWIW, my commit comment locally for this was: >> * Adjusts autoconf logic to properly detect libzfs on Linux. >> * Includes additional headers necessary for libspl. > Excuse me if I missed something, but wer

Re: [Patch] Enable libzfs detection on Linux

2011-11-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 10.11.2011 21:02, Robert Millan wrote: > Hi Zachary, > > 2011/9/14 Zachary Bedell : >> FWIW, my commit comment locally for this was: >> * Adjusts autoconf logic to properly detect libzfs on Linux. >> * Includes additional headers necessary for libspl. > Excuse me if I missed something, but wer

Re: [Patch] Enable libzfs detection on Linux

2011-11-10 Thread Robert Millan
Hi Zachary, 2011/9/14 Zachary Bedell : > FWIW, my commit comment locally for this was: >  * Adjusts autoconf logic to properly detect libzfs on Linux. >  * Includes additional headers necessary for libspl. Excuse me if I missed something, but weren't you holding the position that libzfs ABI was t

Re: [Patch] Enable libzfs detection on Linux

2011-11-03 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 14.09.2011 20:39, Zachary Bedell wrote: > Finally getting back to this & trying address concerns below: > > On Aug 18, 2011, at 12:49 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: >> > On 09.08.2011 19:48, Zachary Bedell wrote: >>> >> >>> >> * Scan /proc/mounts and /etc/mtab in addition to /

Re: [Patch] Enable libzfs detection on Linux

2011-09-14 Thread Zachary Bedell
Finally getting back to this & trying address concerns below: On Aug 18, 2011, at 12:49 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 09.08.2011 19:48, Zachary Bedell wrote: >> >> * Scan /proc/mounts and /etc/mtab in addition to /etc/mnttab to discover >> mounted filesystems in grub_find

Re: [Patch] Enable libzfs detection on Linux

2011-08-18 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 09.08.2011 19:48, Zachary Bedell wrote: > Attached is a patch which allows Grub to detect and use libzfs on Linux as > provided by the ZfsOnLinux project. > > Most of this work was originally done by Darik Horn (dajhorn on GitHub) > against the Grub 1.99 releases as patched by Ubuntu. I've