diff options
-rw-r--r-- | mm/madvise.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/madvise.c b/mm/madvise.c index e3108054733c..54a5d3bc55d5 100644 --- a/mm/madvise.c +++ b/mm/madvise.c | |||
@@ -65,7 +65,6 @@ static long madvise_behavior(struct vm_area_struct * vma, | |||
65 | /* | 65 | /* |
66 | * vm_flags is protected by the mmap_sem held in write mode. | 66 | * vm_flags is protected by the mmap_sem held in write mode. |
67 | */ | 67 | */ |
68 | VM_ClearReadHint(vma); | ||
69 | vma->vm_flags = new_flags; | 68 | vma->vm_flags = new_flags; |
70 | 69 | ||
71 | out: | 70 | out: |