|
@@ -1935,9 +1935,6 @@ struct vm_area_struct *find_vma(struct mm_struct *mm, unsigned long addr)
|
|
{
|
|
{
|
|
struct vm_area_struct *vma = NULL;
|
|
struct vm_area_struct *vma = NULL;
|
|
|
|
|
|
- if (WARN_ON_ONCE(!mm)) /* Remove this in linux-3.6 */
|
|
|
|
- return NULL;
|
|
|
|
-
|
|
|
|
/* Check the cache first. */
|
|
/* Check the cache first. */
|
|
/* (Cache hit rate is typically around 35%.) */
|
|
/* (Cache hit rate is typically around 35%.) */
|
|
vma = ACCESS_ONCE(mm->mmap_cache);
|
|
vma = ACCESS_ONCE(mm->mmap_cache);
|