diff for duplicates of <54C23F49.8040109@partner.samsung.com> diff --git a/a/1.txt b/N1/1.txt index 94f173e..20d430b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -25,47 +25,41 @@ seq_files in the second version. > > 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, > }; - --- -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 6ac506b..2a2a3be 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -53,49 +53,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" "> } \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, \n" - "> A>> A>> A>> head_list);\n" + "> \302\273 header= list_entry(data,\n" + "> \302\273 \302\273 \302\273 struct debug_header, \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, \n" - "> A>> .next = debug_seq_next, \n" - "> A>> .stop = debug_seq_stop, \n" - "> A>> .show = debug_seq_show, \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>" + "> \302\273 .start = debug_seq_start, \n" + "> \302\273 .next = debug_seq_next, \n" + "> \302\273 .stop = debug_seq_stop, \n" + "> \302\273 .show = debug_seq_show, \n" + > }; -6d3989273d876770d239621a844a5ec5d8e8148c3d5f9429eb3f65afd7bcb0a5 +bf7b4b04eca678cef2a9390e09707e31d89da2d7ddd587c5a253561628201b0c
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.