Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262397AbVBLDe5 (ORCPT ); Fri, 11 Feb 2005 22:34:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262389AbVBLDcN (ORCPT ); Fri, 11 Feb 2005 22:32:13 -0500 Received: from omx3-ext.sgi.com ([192.48.171.20]:22963 "EHLO omx3.sgi.com") by vger.kernel.org with ESMTP id S262390AbVBLD0i (ORCPT ); Fri, 11 Feb 2005 22:26:38 -0500 Date: Fri, 11 Feb 2005 19:26:01 -0800 (PST) From: Ray Bryant To: Hirokazu Takahashi , Hugh DIckins , Andrew Morton , Dave Hansen , Marcello Tosatti Cc: Ray Bryant , Ray Bryant , linux-mm , linux-kernel Message-Id: <20050212032601.18524.38649.41919@tomahawk.engr.sgi.com> In-Reply-To: <20050212032535.18524.12046.26397@tomahawk.engr.sgi.com> References: <20050212032535.18524.12046.26397@tomahawk.engr.sgi.com> Subject: [RFC 2.6.11-rc2-mm2 4/7] mm: manual page migration -- cleanup 4 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1393 Lines: 33 Add some extern declarations to include/linux/mmigrate.h to eliminate some "implicitly" declared warnings. Signed-off-by:Ray Bryant Index: linux-2.6.11-rc2-mm2/include/linux/mmigrate.h =================================================================== --- linux-2.6.11-rc2-mm2.orig/include/linux/mmigrate.h 2005-02-11 11:23:46.000000000 -0800 +++ linux-2.6.11-rc2-mm2/include/linux/mmigrate.h 2005-02-11 11:50:27.000000000 -0800 @@ -17,6 +17,9 @@ extern int page_migratable(struct page * struct list_head *); extern struct page * migrate_onepage(struct page *, int nodeid); extern int try_to_migrate_pages(struct list_head *); +extern int migration_duplicate(swp_entry_t); +extern struct page * lookup_migration_cache(int); +extern int migration_remove_reference(struct page *, int); #else static inline int generic_migrate_page(struct page *page, struct page *newpage, -- Best Regards, Ray ----------------------------------------------- Ray Bryant raybry@sgi.com The box said: "Requires Windows 98 or better", so I installed Linux. ----------------------------------------------- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/