Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179358
b: refs/heads/master
c: ed5e589
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Jan 16, 2010
1 parent e96d60a commit e63f3e0
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 8ff410daa009c4b44be445ded5b0cec00abc0426
refs/heads/master: ed5e5894b234ce4793d78078c026915b853e0678
3 changes: 3 additions & 0 deletions trunk/ipc/shm.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,9 @@ static const struct file_operations shm_file_operations = {
.mmap = shm_mmap,
.fsync = shm_fsync,
.release = shm_release,
#ifndef CONFIG_MMU
.get_unmapped_area = shm_get_unmapped_area,
#endif
};

static const struct file_operations shm_file_operations_huge = {
Expand Down

0 comments on commit e63f3e0

Please sign in to comment.