Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1221138
| From | David Rientjes <rientjes@google.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] mm/mmap.c: Remove useless statement "vma = NULL" in find_vma() |
| Date | 2015-09-09 01:20 +0200 |
| Message-ID | <q6Alb-1Zd-11@gated-at.bofh.it> (permalink) |
| References | <q5mki-2Hy-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Sat, 5 Sep 2015, Chen Gang wrote: > > From b12fa5a9263cf4c044988e59f0071f4bcc132215 Mon Sep 17 00:00:00 2001 > 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() > > Before the main looping, vma is already is NULL, so need not set it to > NULL, again. > > Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com> Acked-by: David Rientjes <rientjes@google.com>
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] mm/mmap.c: Remove useless statement "vma = NULL" in find_vma() David Rientjes <rientjes@google.com> - 2015-09-09 01:20 +0200
csiph-web