]> Git Repo - linux.git/commit - fs/ext2/file.c
[PATCH] xip: ext2: execute in place
authorCarsten Otte <[email protected]>
Fri, 24 Jun 2005 05:05:26 +0000 (22:05 -0700)
committerLinus Torvalds <[email protected]>
Fri, 24 Jun 2005 07:06:41 +0000 (00:06 -0700)
commit6d79125bba55ee82701f1c7d4ebbc1aa20ecbe4e
treefbd7f82fea19fd89e09312fe89919774b94a6efe
parentceffc078528befc008c6f2c2c4decda79eabd534
[PATCH] xip: ext2: execute in place

These are the ext2 related parts.  Ext2 now uses the xip_* file operations
along with the get_xip_page aop when mounted with -o xip.

Signed-off-by: Carsten Otte <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/Kconfig
fs/ext2/Makefile
fs/ext2/ext2.h
fs/ext2/file.c
fs/ext2/inode.c
fs/ext2/namei.c
fs/ext2/super.c
fs/ext2/xip.c [new file with mode: 0644]
fs/ext2/xip.h [new file with mode: 0644]
include/linux/ext2_fs.h
include/linux/fs.h
This page took 0.056498 seconds and 4 git commands to generate.