diff for duplicates of <20150907123656.GA32668@redhat.com> diff --git a/a/1.txt b/N1/1.txt index fff3b85..b66cf0c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,7 +4,7 @@ On 09/05, Chen Gang wrote: > From: Chen Gang <gang.chen.5i5j@gmail.com> > Date: Sat, 5 Sep 2015 21:49:56 +0800 > Subject: [PATCH] mm/mmap.c: Remove useless statement "vma = NULL" in -> find_vma() +> find_vma() > > Before the main looping, vma is already is NULL, so need not set it to > NULL, again. @@ -14,29 +14,22 @@ On 09/05, Chen Gang wrote: Reviewed-by: Oleg Nesterov <oleg@redhat.com> > --- -> mm/mmap.c | 1 - -> 1 file changed, 1 deletion(-) +> mm/mmap.c | 1 - +> 1 file changed, 1 deletion(-) > > diff --git a/mm/mmap.c b/mm/mmap.c > index df6d5f0..4db7cf0 100644 > --- a/mm/mmap.c > +++ b/mm/mmap.c > @@ -2054,7 +2054,6 @@ struct vm_area_struct *find_vma(struct mm_struct *mm, unsigned long addr) -> return vma; -> -> rb_node = mm->mm_rb.rb_node; +> return vma; +> +> rb_node = mm->mm_rb.rb_node; > - vma = NULL; -> -> while (rb_node) { -> struct vm_area_struct *tmp; -> -- +> +> while (rb_node) { +> struct vm_area_struct *tmp; +> -- > 1.9.3 > > - - --- -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 e895d37..c002e43 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -21,7 +21,7 @@ "> From: Chen Gang <gang.chen.5i5j@gmail.com>\n" "> Date: Sat, 5 Sep 2015 21:49:56 +0800\n" "> Subject: [PATCH] mm/mmap.c: Remove useless statement \"vma = NULL\" in\n" - "> find_vma()\n" + "> \302\240find_vma()\n" ">\n" "> Before the main looping, vma is already is NULL, so need not set it to\n" "> NULL, again.\n" @@ -31,31 +31,24 @@ "Reviewed-by: Oleg Nesterov <oleg@redhat.com>\n" "\n" "> ---\n" - "> mm/mmap.c | 1 -\n" - "> 1 file changed, 1 deletion(-)\n" + "> \302\240mm/mmap.c | 1 -\n" + "> \302\2401 file changed, 1 deletion(-)\n" ">\n" "> diff --git a/mm/mmap.c b/mm/mmap.c\n" "> index df6d5f0..4db7cf0 100644\n" "> --- a/mm/mmap.c\n" "> +++ b/mm/mmap.c\n" "> @@ -2054,7 +2054,6 @@ struct vm_area_struct *find_vma(struct mm_struct *mm, unsigned long addr)\n" - "> \t\treturn vma;\n" - "> \n" - "> \trb_node = mm->mm_rb.rb_node;\n" + "> \302\240\t\treturn vma;\n" + "> \302\240\n" + "> \302\240\trb_node = mm->mm_rb.rb_node;\n" "> -\tvma = NULL;\n" - "> \n" - "> \twhile (rb_node) {\n" - "> \t\tstruct vm_area_struct *tmp;\n" - "> -- \n" + "> \302\240\n" + "> \302\240\twhile (rb_node) {\n" + "> \302\240\t\tstruct vm_area_struct *tmp;\n" + "> --\302\240\n" "> 1.9.3\n" ">\n" - ">\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>" + > -66fa27fef9c7136c2b2ab23d17b1c4c4d2fb461100b55fcd8bb15a4137d84eea +91792a406622b3a9ae5fe4bbe1000b14e033d287e6904a7f8a7240e0b9641a25
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.