Robert Millan f7abdefbdd 2010-08-01 Robert Millan <rmh@gnu.org>
Make it even harder to use uninitialized `libzfs_handle' (and
	make the interface a bit simpler).
	
	* include/grub/util/misc.h (grub_util_init_libzfs)
	(libzfs_handle): Remove.
	(grub_get_libzfs_handle): New prototype.
	
	* util/misc.c [HAVE_LIBZFS] (libzfs_handle): Add `static'
	attribute.
	(grub_util_init_libzfs): Remove.
	(grub_get_libzfs_handle): New function.
	
	* kern/emu/getroot.c (find_root_device_from_libzfs): Use
	grub_get_libzfs_handle() to obtain a libzfs handle instead of
	accessing `libzfs_handle' directly.
2010-08-01 23:12:24 +02:00
..
2009-06-10 21:04:23 +00:00
2010-07-02 22:06:19 +02:00
2010-07-02 22:05:47 +02:00
2010-04-26 21:11:16 +02:00
2010-07-02 19:35:07 +02:00
2010-05-05 16:28:52 +02:00
2010-01-10 13:34:48 +01:00
2010-01-20 21:31:39 +01:00
2010-01-20 07:36:17 +01:00
2010-03-27 00:27:42 +01:00
2010-03-26 20:20:52 +01:00
2010-03-27 00:19:42 +01:00
2010-07-02 19:35:07 +02:00
2008-08-05 12:38:12 +00:00