socsvn commit: r270043 - soc2013/def/crashdump-head/sys/kern

def at FreeBSD.org def at FreeBSD.org
Wed Jun 25 23:32:36 UTC 2014


Author: def
Date: Wed Jun 25 23:32:34 2014
New Revision: 270043
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=270043

Log:
  Wrong kernel option name.

Modified:
  soc2013/def/crashdump-head/sys/kern/kern_shutdown.c

Modified: soc2013/def/crashdump-head/sys/kern/kern_shutdown.c
==============================================================================
--- soc2013/def/crashdump-head/sys/kern/kern_shutdown.c	Wed Jun 25 22:59:12 2014	(r270042)
+++ soc2013/def/crashdump-head/sys/kern/kern_shutdown.c	Wed Jun 25 23:32:34 2014	(r270043)
@@ -928,7 +928,7 @@
 		    (uintmax_t)length, (intmax_t)di->mediasize);
 		return (ENOSPC);
 	}
-#ifdef ENCRYPT_CRASH
+#ifdef ENCRYPT_CRASH_DUMP
 	return (dump_encrypted_write(di, virtual, physical, offset, length));
 #else
 	return (di->dumper(di->priv, virtual, physical, offset, length));


More information about the svn-soc-all mailing list