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
..
2010-07-02 19:35:07 +02:00
2010-07-02 19:35:07 +02:00
2010-07-02 19:35:07 +02:00
2010-07-02 19:35:07 +02:00
2010-03-29 03:13:59 +02:00
2010-06-30 02:30:05 +02:00
2010-04-26 21:11:16 +02:00
2010-06-12 16:21:10 +05:30
2010-07-02 19:35:07 +02:00
2010-06-12 16:21:10 +05:30
2010-08-01 23:12:24 +02:00
2009-06-10 21:04:23 +00:00