]> git.proxmox.com Git - mirror_zfs-debian.git/commit - include/libzfs.h
Open up libzfs_run_process/libzfs_load_module
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 16 Dec 2010 23:47:40 +0000 (15:47 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 28 Jan 2011 20:47:57 +0000 (12:47 -0800)
commitfeb46b92a7619a3bb67b925e24184fe70464d261
tree10dc837c2e571a34d80d92133da79864b46f9621
parent95c4cae39fd77b5b00810eb976c9a6462d86ccd4
Open up libzfs_run_process/libzfs_load_module

Recently helper functions were added to libzfs_util to load a kernel
module or execute a process.  Initially this functionality was limited
to libzfs but it has become clear there will be other consumers.  This
change opens up the interface so it may be used where appropriate.
include/libzfs.h
lib/libzfs/libzfs_util.c