Re: [RFC][PATCH] VFS: update documentation

From: Carsten Otte
Date: Tue Aug 23 2005 - 15:30:14 EST


On 8/21/05, Pekka Enberg <penberg@xxxxxxxxxxxxxx> wrote:
> This patch updates the out-of-date Documentation/filesystems/vfs.txt.
> As I am a novice on the VFS, I would much appreciate any comments and
> help on this.
Cool, thanks for updating it :)

> + get_xip_page: called by the VM to translate a block number to a page.
> + This is used by filesystems that want to implement execute-in-place
> + (XIP).
A little more would be helpful, like:
get_xip_page: called by the VM to translate a block number to a page.
The page is valid until the corresponding filesystem is
unmounted. Filesystems
that want to use execute-in-place (XIP) need to implement it.
An example implementation can be found in fs/ext2/xip.c

cheers,
Carsten
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/