Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143294
b: refs/heads/master
c: 3121bfe
h: refs/heads/master
v: v3
  • Loading branch information
Miklos Szeredi committed Apr 9, 2009
1 parent bc50bb6 commit 55f5b6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ce60a2f15764f296b0467960759351702c7d2986
refs/heads/master: 3121bfe7631126d1b13064855ac2cfa164381bb0
2 changes: 2 additions & 0 deletions trunk/fs/fuse/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -1298,6 +1298,8 @@ static int fuse_direct_mmap(struct file *file, struct vm_area_struct *vma)
if (vma->vm_flags & VM_MAYSHARE)
return -ENODEV;

invalidate_inode_pages2(file->f_mapping);

return generic_file_mmap(file, vma);
}

Expand Down

0 comments on commit 55f5b6b

Please sign in to comment.