public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] mark install_page static
@ 2004-09-07 17:46 Petr Vandrovec
  2004-09-07 17:46 ` Christoph Hellwig
  2004-09-07 23:05 ` William Lee Irwin III
  0 siblings, 2 replies; 12+ messages in thread
From: Petr Vandrovec @ 2004-09-07 17:46 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: linux-kernel, akpm

On  7 Sep 04 at 16:37, Christoph Hellwig wrote:
> Not used anywhere in modules and it really shouldn't either.

How are modules supposed to implement vma's populate method
without having install_page available?  And yes, there are
out of tree kernel modules which prefer fremap & populate & install_page
over creating several thousands of VMAs to get non-linear mappings.
                                            Thanks,
                                                Petr Vandrovec

> 
> --- 1.28/mm/fremap.c    2004-08-23 10:15:12 +02:00
> +++ edited/mm/fremap.c  2004-09-07 13:51:20 +02:00
> @@ -99,8 +99,6 @@
>     spin_unlock(&mm->page_table_lock);
>     return err;
>  }
> -EXPORT_SYMBOL(install_page);
> -
>  


^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH] mark install_page static
@ 2004-09-07 14:37 Christoph Hellwig
  2004-09-07 17:09 ` Alan Cox
  0 siblings, 1 reply; 12+ messages in thread
From: Christoph Hellwig @ 2004-09-07 14:37 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel

Not used anywhere in modules and it really shouldn't either.


--- 1.28/mm/fremap.c	2004-08-23 10:15:12 +02:00
+++ edited/mm/fremap.c	2004-09-07 13:51:20 +02:00
@@ -99,8 +99,6 @@
 	spin_unlock(&mm->page_table_lock);
 	return err;
 }
-EXPORT_SYMBOL(install_page);
-
 
 /*
  * Install a file pte to a given virtual memory address, release any

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2004-09-09 15:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-07 17:46 [PATCH] mark install_page static Petr Vandrovec
2004-09-07 17:46 ` Christoph Hellwig
2004-09-07 23:05 ` William Lee Irwin III
  -- strict thread matches above, loose matches on Subject: below --
2004-09-07 14:37 Christoph Hellwig
2004-09-07 17:09 ` Alan Cox
2004-09-07 18:12   ` Christoph Hellwig
2004-09-07 17:25     ` Alan Cox
2004-09-07 18:29       ` Christoph Hellwig
2004-09-07 19:14     ` Randy.Dunlap
2004-09-07 21:58       ` Sam Ravnborg
2004-09-07 20:00         ` Christoph Hellwig
2004-09-09 15:10     ` Herbert Poetzl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox