diff options
author | David Howells <[email protected]> | 2010-01-15 17:01:32 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2010-01-16 12:15:39 -0800 |
commit | ed5e5894b234ce4793d78078c026915b853e0678 (patch) | |
tree | 199db2a5cc821d4de9645418fb00c03d438eae1f /net/lapb/lapb_in.c | |
parent | 8ff410daa009c4b44be445ded5b0cec00abc0426 (diff) |
nommu: fix SYSV SHM for NOMMU
Commit c4caa778157dbbf04116f0ac2111e389b5cd7a29 ("file
->get_unmapped_area() shouldn't duplicate work of get_unmapped_area()")
broke SYSV SHM for NOMMU by taking away the pointer to
shm_get_unmapped_area() from shm_file_operations.
Put it back conditionally on CONFIG_MMU=n.
file->f_ops->get_unmapped_area() is used to find out the base address for a
mapping of a mappable chardev device or mappable memory-based file (such as a
ramfs file). It needs to be called prior to file->f_ops->mmap() being called.
Signed-off-by: David Howells <[email protected]>
Acked-by: Al Viro <[email protected]>
Cc: Greg Ungerer <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions