Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101346
b: refs/heads/master
c: 435f972
h: refs/heads/master
v: v3
  • Loading branch information
Philippe De Muyter authored and Stefan Richter committed Jul 14, 2008
1 parent 72405ee commit 02500d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3aea50a379ed152bcb86b24b65a4cb59be82446f
refs/heads/master: 435f972697fcd4c424db941f0ea8f2e38eda2b39
2 changes: 1 addition & 1 deletion trunk/drivers/ieee1394/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ int dma_region_mmap(struct dma_region *dma, struct file *file,
vma->vm_ops = &dma_region_vm_ops;
vma->vm_private_data = dma;
vma->vm_file = file;
vma->vm_flags |= VM_RESERVED;
vma->vm_flags |= VM_RESERVED | VM_ALWAYSDUMP;

return 0;
}
Expand Down

0 comments on commit 02500d2

Please sign in to comment.