* - doc-update-xip-method-info.patch removed from -mm tree
@ 2008-11-13 21:27 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2008-11-13 21:27 UTC (permalink / raw)
To: marco.stornelli, cotte, randy.dunlap, mm-commits
The patch titled
DOC: update xip method info
has been removed from the -mm tree. Its filename was
doc-update-xip-method-info.patch
This patch was dropped because it was merged into mainline or a subsystem tree
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: DOC: update xip method info
From: Marco Stornelli <marco.stornelli@gmail.com>
xip documentation updated:
- change "get_xip_page" to "get_xip_mem";
- explain changed function parameters
Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Carsten Otte <cotte@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
Documentation/filesystems/xip.txt | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff -puN Documentation/filesystems/xip.txt~doc-update-xip-method-info Documentation/filesystems/xip.txt
--- a/Documentation/filesystems/xip.txt~doc-update-xip-method-info
+++ a/Documentation/filesystems/xip.txt
@@ -39,10 +39,11 @@ The block device operation is optional,
today:
- dcssblk: s390 dcss block device driver
-An address space operation named get_xip_page is used to retrieve reference
-to a struct page. To address the target page, a reference to an address_space,
-and a sector number is provided. A 3rd argument indicates whether the
-function should allocate blocks if needed.
+An address space operation named get_xip_mem is used to retrieve references
+to a page frame number and a kernel address. To obtain these values a reference
+to an address_space is provided. This function assigns values to the kmem and
+pfn parameters. The third argument indicates whether the function should allocate
+blocks if needed.
This address space operation is mutually exclusive with readpage&writepage that
do page cache read/write operations.
_
Patches currently in -mm which might be from marco.stornelli@gmail.com are
origin.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-13 21:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-13 21:27 - doc-update-xip-method-info.patch removed from -mm tree akpm
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.