]> git.baikalelectronics.ru Git - kernel.git/commit
switch aio and shm to do_mmap_pgoff(), make do_mmap() static
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 31 May 2012 00:08:42 +0000 (20:08 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 1 Jun 2012 14:37:17 +0000 (10:37 -0400)
commit5f0b214ee71a05417b23816450bb587f7aba5b3e
tree96b6d5ffdb1c643fb28807a635e6ca4e24964034
parent341c2feee9ad9785c048dbc5179567859af5fe5d
switch aio and shm to do_mmap_pgoff(), make do_mmap() static

after all, 0 bytes and 0 pages is the same thing...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/aio.c
include/linux/mm.h
ipc/shm.c
mm/mmap.c
mm/nommu.c