coredump: update comments
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 12 Nov 2018 08:56:20 +0000 (17:56 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 12 Nov 2018 08:56:20 +0000 (17:56 +0900)
src/basic/journal-importer.h
src/coredump/coredump.c

index f49ce73..3c98d90 100644 (file)
@@ -11,7 +11,7 @@
 #include "time-util.h"
 
 /* Make sure not to make this smaller than the maximum coredump size.
- * See COREDUMP_MAX in coredump.c */
+ * See JOURNAL_SIZE_MAX in coredump.c */
 #define ENTRY_SIZE_MAX (1024*1024*770u)
 #define DATA_SIZE_MAX (1024*1024*768u)
 #define LINE_CHUNK 8*1024u
index e54c69a..440d13d 100644 (file)
@@ -58,7 +58,7 @@
 #define JOURNAL_SIZE_MAX ((size_t) (767LU*1024LU*1024LU))
 
 /* Make sure to not make this larger than the maximum journal entry
- * size. See DATA_SIZE_MAX in journald-native.c. */
+ * size. See DATA_SIZE_MAX in journal-importer.h. */
 assert_cc(JOURNAL_SIZE_MAX <= DATA_SIZE_MAX);
 
 enum {