Re: [PATCH 1/1] mmap.c: find_vma: eliminate initial if(mm) check

2013-04-07 Thread Michel Lespinasse
On Sun, Apr 7, 2013 at 2:18 AM, k80c wrote: > As per commit 841e31e5cc6219d62054788faa289b6ed682d068, > we dont really need this if(mm) check anymore. > > A WARN_ON_ONCE was added just for safety, but there have been no bug > reports about this so far. > > Removing this if(mm) check. > > Signed-of

[PATCH 1/1] mmap.c: find_vma: eliminate initial if(mm) check

2013-04-07 Thread k80c
As per commit 841e31e5cc6219d62054788faa289b6ed682d068, we dont really need this if(mm) check anymore. A WARN_ON_ONCE was added just for safety, but there have been no bug reports about this so far. Removing this if(mm) check. Signed-off-by: k80c --- mm/mmap.c |3 --- 1 files changed, 0 in