mm: remove nopage

Nothing in the tree uses nopage any more.  Remove support for it in the
core mm code and documentation (and a few stray references to it in
comments).

Signed-off-by: Nick Piggin <npiggin@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
此提交包含在:
Nick Piggin
2008-04-28 02:12:10 -07:00
提交者 Linus Torvalds
父節點 4d3d5b41a7
當前提交 3c18ddd160
共有 9 個檔案被更改,包括 11 行新增43 行删除

查看文件

@@ -438,7 +438,7 @@ static int stuffed_readpage(struct gfs2_inode *ip, struct page *page)
int error;
/*
* Due to the order of unstuffing files and ->nopage(), we can be
* Due to the order of unstuffing files and ->fault(), we can be
* asked for a zero page in the case of a stuffed file being extended,
* so we need to supply one here. It doesn't happen often.
*/