diff options
Diffstat (limited to 'fs/hugetlbfs')
-rw-r--r-- | fs/hugetlbfs/inode.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/hugetlbfs/inode.c b/fs/hugetlbfs/inode.c index 8c1cef3bb677..8c41315a6e42 100644 --- a/fs/hugetlbfs/inode.c +++ b/fs/hugetlbfs/inode.c | |||
@@ -100,9 +100,6 @@ static int hugetlbfs_file_mmap(struct file *file, struct vm_area_struct *vma) | |||
100 | loff_t len, vma_len; | 100 | loff_t len, vma_len; |
101 | int ret; | 101 | int ret; |
102 | 102 | ||
103 | if ((vma->vm_flags & (VM_MAYSHARE | VM_WRITE)) == VM_WRITE) | ||
104 | return -EINVAL; | ||
105 | |||
106 | if (vma->vm_pgoff & (HPAGE_SIZE / PAGE_SIZE - 1)) | 103 | if (vma->vm_pgoff & (HPAGE_SIZE / PAGE_SIZE - 1)) |
107 | return -EINVAL; | 104 | return -EINVAL; |
108 | 105 | ||