linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/3] kexec: Export kexec_in_progress
@ 2014-05-20 15:35 Brian King
  0 siblings, 0 replies; only message in thread
From: Brian King @ 2014-05-20 15:35 UTC (permalink / raw)
  To: James Bottomley; +Cc: linux-scsi, Wen Xiong, kexec, ebiederm


Export kexec_in_progress for use by device drivers and other modules
to optimize kexec boot.

Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
---

 kernel/kexec.c |    2 ++
 1 file changed, 2 insertions(+)

diff -puN kernel/kexec.c~kexec_export_in_prog kernel/kexec.c
--- linux/kernel/kexec.c~kexec_export_in_prog	2014-05-13 16:59:19.000000000 -0500
+++ linux-bjking1/kernel/kexec.c	2014-05-13 16:59:19.000000000 -0500
@@ -1712,3 +1712,5 @@ int kernel_kexec(void)
 	mutex_unlock(&kexec_mutex);
 	return error;
 }
+
+EXPORT_SYMBOL_GPL(kexec_in_progress);
_


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-20 15:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-20 15:35 [PATCH 2/3] kexec: Export kexec_in_progress Brian King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).