diff options
Diffstat (limited to 'fs/ext2/file.c')
-rw-r--r-- | fs/ext2/file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext2/file.c b/fs/ext2/file.c index 047c327a6b23..28b2609f25c1 100644 --- a/fs/ext2/file.c +++ b/fs/ext2/file.c | |||
@@ -126,7 +126,6 @@ static int ext2_file_mmap(struct file *file, struct vm_area_struct *vma) | |||
126 | 126 | ||
127 | file_accessed(file); | 127 | file_accessed(file); |
128 | vma->vm_ops = &ext2_dax_vm_ops; | 128 | vma->vm_ops = &ext2_dax_vm_ops; |
129 | vma->vm_flags |= VM_MIXEDMAP; | ||
130 | return 0; | 129 | return 0; |
131 | } | 130 | } |
132 | #else | 131 | #else |