diff options
Diffstat (limited to 'fs/xfs/xfs_file.c')
-rw-r--r-- | fs/xfs/xfs_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_file.c b/fs/xfs/xfs_file.c index 181e9084519b..5eaef2c17293 100644 --- a/fs/xfs/xfs_file.c +++ b/fs/xfs/xfs_file.c | |||
@@ -1169,7 +1169,7 @@ xfs_file_mmap( | |||
1169 | file_accessed(filp); | 1169 | file_accessed(filp); |
1170 | vma->vm_ops = &xfs_file_vm_ops; | 1170 | vma->vm_ops = &xfs_file_vm_ops; |
1171 | if (IS_DAX(file_inode(filp))) | 1171 | if (IS_DAX(file_inode(filp))) |
1172 | vma->vm_flags |= VM_MIXEDMAP | VM_HUGEPAGE; | 1172 | vma->vm_flags |= VM_HUGEPAGE; |
1173 | return 0; | 1173 | return 0; |
1174 | } | 1174 | } |
1175 | 1175 | ||