]> 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)
commit3cccb522dcfe482c15892854e7a82422e13315ee
tree96b6d5ffdb1c643fb28807a635e6ca4e24964034
parentcd233ecc6a045d2d9eb3a43c0a950ffd44096314
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