]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] xip: fs/mm: execute in place
authorCarsten Otte <cotte@de.ibm.com>
Fri, 24 Jun 2005 05:05:25 +0000 (22:05 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 24 Jun 2005 07:06:41 +0000 (00:06 -0700)
commit141e117d1604639f240ef0e4c0b8ad050ca02273
treea289e10162bdef0c0d9f6533f1a647b0fe1ed7a9
parentb1503317fa8b7877bf83172f5ed600a310933280
[PATCH] xip: fs/mm: execute in place

- generic_file* file operations do no longer have a xip/non-xip split
- filemap_xip.c implements a new set of fops that require get_xip_page
  aop to work proper. all new fops are exported GPL-only (don't like to
  see whatever code use those except GPL modules)
- __xip_unmap now uses page_check_address, which is no longer static
  in rmap.c, and defined in linux/rmap.h
- mm/filemap.h is now much more clean, plainly having just Linus'
  inline funcs moved here from filemap.c
- fix includes in filemap_xip to make it build cleanly on i386

Signed-off-by: Carsten Otte <cotte@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/open.c
include/linux/fs.h
include/linux/rmap.h
mm/Makefile
mm/filemap.c
mm/filemap.h [new file with mode: 0644]
mm/filemap_xip.c [new file with mode: 0644]
mm/rmap.c