Jeremy Fitzhardinge
0ab4dc9227
usermodehelper: split setup from execution
...
Rather than having hundreds of variations of call_usermodehelper for
various pieces of usermode state which could be set up, split the
info allocation and initialization from the actual process execution.
This means the general pattern becomes:
info = call_usermodehelper_setup(path, argv, envp); /* basic state */
call_usermodehelper_<SET EXTRA STATE>(info, stuff...); /* extra state */
call_usermodehelper_exec(info, wait); /* run process and free info */
This patch introduces wrappers for all the existing calling styles for
call_usermodehelper_*, but folds their implementations into one.
Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com >
Cc: Andi Kleen <ak@suse.de >
Cc: Rusty Russell <rusty@rustcorp.com.au >
Cc: David Howells <dhowells@redhat.com >
Cc: Bj?rn Steinbrink <B.Steinbrink@gmx.de >
Cc: Randy Dunlap <randy.dunlap@oracle.com >
2007-07-18 08:47:40 -07:00
..
2007-07-17 10:23:07 -07:00
2007-07-12 15:41:24 -07:00
2007-07-14 20:47:26 -07:00
2007-07-10 22:18:17 -07:00
2007-07-10 22:16:55 -07:00
2007-07-17 10:23:08 -07:00
2007-07-17 10:23:15 -07:00
2007-07-17 10:23:09 -07:00
2007-07-17 10:23:05 -07:00
2007-07-17 10:23:08 -07:00
2007-07-12 16:29:50 -07:00
2007-07-11 16:02:08 -07:00
2007-07-13 08:06:14 -07:00
2007-07-10 21:46:03 -04:00
2007-07-16 09:05:42 -07:00
2007-07-16 09:05:47 -07:00
2007-07-16 09:05:52 -07:00
2007-07-17 10:23:02 -07:00
2007-07-17 14:18:47 +02:00
2007-07-16 09:05:51 -07:00
2007-07-16 09:05:42 -07:00
2007-07-16 09:05:48 -07:00
2007-07-16 09:05:42 -07:00
2007-07-16 09:05:46 -07:00
2007-07-16 09:05:48 -07:00
2007-07-17 10:23:04 -07:00
2007-07-11 20:58:54 +08:00
2007-07-11 16:09:00 -07:00
2007-07-11 16:09:06 -07:00
2007-07-16 09:05:45 -07:00
2007-07-13 08:06:13 -07:00
2007-07-11 16:09:00 -07:00
2007-07-16 09:05:42 -07:00
2007-07-12 10:55:56 -07:00
2007-07-17 10:23:06 -07:00
2007-07-10 22:16:21 -07:00
2007-07-14 19:07:52 -07:00
2007-07-17 10:23:06 -07:00
2007-07-16 09:05:52 -07:00
2007-07-16 09:05:52 -07:00
2007-07-16 09:05:52 -07:00
2007-07-17 10:23:13 -07:00
2007-07-16 09:05:45 -07:00
2007-07-17 10:23:02 -07:00
2007-07-17 12:00:03 -07:00
2007-07-17 10:23:05 -07:00
2007-07-16 09:05:41 -07:00
2007-07-16 08:52:46 +02:00
2007-07-17 10:22:59 -07:00
2007-07-17 10:22:59 -07:00
2007-07-16 09:05:45 -07:00
2007-07-17 10:22:59 -07:00
2007-07-12 14:12:29 +02:00
2007-07-16 09:05:41 -07:00
2007-07-16 09:05:34 -07:00
2007-07-12 16:07:26 -04:00
2007-07-10 22:15:03 -07:00
2007-07-14 18:55:06 -07:00
2007-07-10 22:15:58 -07:00
2007-07-10 22:15:58 -07:00
2007-07-10 22:15:58 -07:00
2007-07-10 22:16:42 -07:00
2007-07-14 18:53:28 -07:00
2007-07-16 09:05:47 -07:00
2007-07-16 09:05:48 -07:00
2007-07-16 09:05:50 -07:00
2007-07-16 09:05:47 -07:00
2007-07-10 22:56:31 -07:00
2007-07-10 22:16:44 -07:00
2007-07-16 09:05:46 -07:00
2007-07-17 10:23:03 -07:00
2007-07-16 09:05:46 -07:00
2007-07-17 10:23:02 -07:00
2007-07-17 10:23:05 -07:00
2007-07-18 08:47:40 -07:00
2007-07-11 16:09:08 -07:00
2007-07-10 22:15:26 -07:00
2007-07-16 09:05:42 -07:00
2007-07-10 21:30:33 -04:00
2007-07-17 10:23:03 -07:00
2007-07-17 10:23:13 -07:00
2007-07-16 09:05:34 -07:00
2007-07-16 12:05:49 +03:00
2007-07-17 10:22:59 -07:00
2007-07-17 10:23:02 -07:00
2007-07-17 10:22:59 -07:00
2007-07-16 09:05:48 -07:00
2007-07-16 09:05:42 -07:00
2007-07-16 09:05:42 -07:00
2007-07-16 09:05:51 -07:00
2007-07-16 14:31:08 -07:00
2007-07-10 22:18:21 -07:00
2007-07-10 23:40:48 -04:00
2007-07-10 23:40:25 -04:00
2007-07-10 23:40:39 -04:00
2007-07-10 23:40:46 -04:00
2007-07-10 23:40:48 -04:00
2007-07-10 23:40:26 -04:00
2007-07-10 23:40:39 -04:00
2007-07-16 12:05:49 +03:00
2007-07-16 09:05:48 -07:00
2007-07-13 10:52:27 -07:00
2007-07-16 09:05:40 -07:00
2007-07-16 09:05:41 -07:00
2007-07-16 09:05:42 -07:00
2007-07-16 09:05:48 -07:00
2007-07-11 19:46:26 -07:00
2007-07-10 22:16:22 -07:00
2007-07-11 16:09:02 -07:00
2007-07-16 09:05:50 -07:00
2007-07-16 09:05:46 -07:00
2007-07-16 09:05:39 -07:00
2007-07-17 10:23:03 -07:00
2007-07-10 22:15:40 -07:00
2007-07-16 09:05:47 -07:00
2007-07-12 10:55:54 -07:00
2007-07-16 09:05:42 -07:00
2007-07-16 09:05:50 -07:00
2007-07-11 22:52:29 -04:00
2007-07-10 17:51:13 -07:00
2007-07-18 08:38:22 -07:00
2007-07-18 08:38:22 -07:00
2007-07-16 09:05:35 -07:00
2007-07-12 14:12:31 +02:00
2007-07-16 09:05:42 -07:00
2007-07-15 16:40:51 -07:00
2007-07-17 10:23:01 -07:00
2007-07-17 10:23:01 -07:00
2007-07-17 17:26:43 -07:00
2007-07-17 10:23:01 -07:00
2007-07-16 09:05:42 -07:00
2007-07-17 14:39:19 -07:00
2007-07-16 09:05:45 -07:00
2007-07-16 09:05:46 -07:00
2007-07-16 09:05:40 -07:00
2007-07-18 08:47:40 -07:00
2007-07-17 10:22:59 -07:00
2007-07-11 16:09:06 -07:00
2007-07-11 16:09:09 -07:00
2007-07-16 09:05:46 -07:00
2007-07-17 10:23:03 -07:00
2007-07-16 09:05:45 -07:00
2007-07-13 10:11:52 -07:00
2007-07-16 09:05:47 -07:00
2007-07-10 22:15:57 -07:00
2007-07-16 09:05:45 -07:00
2007-07-12 16:34:42 -07:00
2007-07-12 16:34:40 -07:00
2007-07-16 09:05:47 -07:00
2007-07-16 09:05:48 -07:00
2007-07-17 10:22:59 -07:00
2007-07-17 10:23:11 -07:00
2007-07-16 09:05:51 -07:00