diff for duplicates of <54A34E01.2050405@lge.com> diff --git a/a/1.txt b/N1/1.txt index 79e54f3..0bafbf6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,7 +1,7 @@ -2014-12-29 i??i?? 11:09i?? Stefan Strogin i?'(e??) i?' e,?: -> Thanks for review MichaA?, +2014-12-29 오후 11:09에 Stefan Strogin 이(가) 쓴 글: +> Thanks for review Michał, > > On 12/26/2014 07:02 PM, Michal Nazarewicz wrote: >> On Fri, Dec 26 2014, "Stefan I. Strogin" <s.strogin@partner.samsung.com> wrote: @@ -84,43 +84,43 @@ EX) static void *debug_seq_start(struct seq_file *s, loff_t *pos) { -A>> mutex_lock(&debug_lock); -A>> return seq_list_start(&debug_list, *pos); +» mutex_lock(&debug_lock); +» return seq_list_start(&debug_list, *pos); } static void debug_seq_stop(struct seq_file *s, void *data) { -A>> struct debug_header *header = data; +» struct debug_header *header = data; -A>> if (header == NULL || &header->head_list == &debug_list) { -A>> A>> seq_printf(s, "end of info"); -A>> } +» if (header == NULL || &header->head_list == &debug_list) { +» » seq_printf(s, "end of info"); +» } -A>> mutex_unlock(&debug_lock); +» mutex_unlock(&debug_lock); } static void *debug_seq_next(struct seq_file *s, void *data, loff_t *pos) { -A>> return seq_list_next(data, &debug_list, pos); +» return seq_list_next(data, &debug_list, pos); } static int debug_seq_show(struct seq_file *sfile, void *data) { -A>> struct debug_header *header; -A>> char *p; +» struct debug_header *header; +» char *p; -A>> header= list_entry(data, -A>> A>> A>> struct debug_header, -A>> A>> A>> head_list); +» header= list_entry(data, +» » » struct debug_header, +» » » head_list); -A>> seq_printf(sfile, "print info"); -A>> return 0; +» seq_printf(sfile, "print info"); +» return 0; } static const struct seq_operations debug_seq_ops = { -A>> .start = debug_seq_start, -A>> .next = debug_seq_next, -A>> .stop = debug_seq_stop, -A>> .show = debug_seq_show, +» .start = debug_seq_start, +» .next = debug_seq_next, +» .stop = debug_seq_stop, +» .show = debug_seq_show, }; >> You do not have guarantee that CMA deallocations will match allocations @@ -200,9 +200,3 @@ A>> .show = debug_seq_show, > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > - --- -To unsubscribe, send a message with 'unsubscribe linux-mm' in -the body to majordomo@kvack.org. For more info on Linux MM, -see: http://www.linux-mm.org/ . -Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N1/content_digest index afcf6d0..c24abff 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -26,8 +26,8 @@ "b\0" "\n" "\n" - "2014-12-29 i??i?? 11:09i?? Stefan Strogin i?'(e??) i?' e,?:\n" - "> Thanks for review MichaA?,\n" + "2014-12-29 \354\230\244\355\233\204 11:09\354\227\220 Stefan Strogin \354\235\264(\352\260\200) \354\223\264 \352\270\200:\n" + "> Thanks for review Micha\305\202,\n" ">\n" "> On 12/26/2014 07:02 PM, Michal Nazarewicz wrote:\n" ">> On Fri, Dec 26 2014, \"Stefan I. Strogin\" <s.strogin@partner.samsung.com> wrote:\n" @@ -110,43 +110,43 @@ "\n" "static void *debug_seq_start(struct seq_file *s, loff_t *pos)\n" "{\n" - "A>> mutex_lock(&debug_lock);\n" - "A>> return seq_list_start(&debug_list, *pos);\n" + "\302\273 mutex_lock(&debug_lock);\n" + "\302\273 return seq_list_start(&debug_list, *pos);\n" "}\t\n" "\n" "static void debug_seq_stop(struct seq_file *s, void *data)\n" "{\n" - "A>> struct debug_header *header = data;\n" + "\302\273 struct debug_header *header = data;\n" "\n" - "A>> if (header == NULL || &header->head_list == &debug_list) {\n" - "A>> A>> seq_printf(s, \"end of info\");\n" - "A>> }\n" + "\302\273 if (header == NULL || &header->head_list == &debug_list) {\n" + "\302\273 \302\273 seq_printf(s, \"end of info\");\n" + "\302\273 }\n" "\n" - "A>> mutex_unlock(&debug_lock);\n" + "\302\273 mutex_unlock(&debug_lock);\n" "}\n" "\n" "static void *debug_seq_next(struct seq_file *s, void *data, loff_t *pos)\n" "{\n" - "A>> return seq_list_next(data, &debug_list, pos);\n" + "\302\273 return seq_list_next(data, &debug_list, pos);\n" "}\n" "\n" "static int debug_seq_show(struct seq_file *sfile, void *data)\n" "{\n" - "A>> struct debug_header *header;\n" - "A>> char *p;\n" + "\302\273 struct debug_header *header;\n" + "\302\273 char *p;\n" "\n" - "A>> header= list_entry(data,\n" - "A>> A>> A>> struct debug_header,\t\n" - "A>> A>> A>> head_list);\n" + "\302\273 header= list_entry(data,\n" + "\302\273 \302\273 \302\273 struct debug_header,\t\n" + "\302\273 \302\273 \302\273 head_list);\n" "\n" - "A>> seq_printf(sfile, \"print info\");\n" - "A>> return 0;\n" + "\302\273 seq_printf(sfile, \"print info\");\n" + "\302\273 return 0;\n" "}\n" "static const struct seq_operations debug_seq_ops = {\n" - "A>> .start = debug_seq_start,\t\n" - "A>> .next = debug_seq_next,\t\n" - "A>> .stop = debug_seq_stop,\t\n" - "A>> .show = debug_seq_show,\t\n" + "\302\273 .start = debug_seq_start,\t\n" + "\302\273 .next = debug_seq_next,\t\n" + "\302\273 .stop = debug_seq_stop,\t\n" + "\302\273 .show = debug_seq_show,\t\n" "};\n" "\n" ">> You do not have guarantee that CMA deallocations will match allocations\n" @@ -225,12 +225,6 @@ "> the body of a message to majordomo@vger.kernel.org\n" "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" "> Please read the FAQ at http://www.tux.org/lkml/\n" - ">\n" - "\n" - "--\n" - "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" - "the body to majordomo@kvack.org. For more info on Linux MM,\n" - "see: http://www.linux-mm.org/ .\n" - "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" + > -06cf7981139edcf027492e3a780db5ce79c0c8ce078eea3f15197654377015e8 +a997546da7adb5e5237a1458d8f400382767df6e740ddc8487ac659d79d40802
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.