public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] unexport install_page
@ 2006-02-16 17:03 Adrian Bunk
  0 siblings, 0 replies; 8+ messages in thread
From: Adrian Bunk @ 2006-02-16 17:03 UTC (permalink / raw)
  To: linux-kernel

No in-kernel module is using it, so there's no reason bloating the 
kernel with this EXPORT_SYMBOL.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.16-rc3-mm1-full/mm/fremap.c.old	2006-02-16 16:45:09.000000000 +0100
+++ linux-2.6.16-rc3-mm1-full/mm/fremap.c	2006-02-16 16:45:18.000000000 +0100
@@ -89,7 +89,6 @@
 out:
 	return err;
 }
-EXPORT_SYMBOL(install_page);
 
 /*
  * Install a file pte to a given virtual memory address, release any


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [2.6 patch] unexport install_page
@ 2006-02-20 22:37 Adrian Bunk
  2006-02-21 10:38 ` Christoph Hellwig
  0 siblings, 1 reply; 8+ messages in thread
From: Adrian Bunk @ 2006-02-20 22:37 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

No in-kernel module is using it, so there's no reason bloating the 
kernel with this EXPORT_SYMBOL.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

This patch was already sent on:
- 16 Feb 2006

--- linux-2.6.16-rc3-mm1-full/mm/fremap.c.old	2006-02-16 16:45:09.000000000 +0100
+++ linux-2.6.16-rc3-mm1-full/mm/fremap.c	2006-02-16 16:45:18.000000000 +0100
@@ -89,7 +89,6 @@
 out:
 	return err;
 }
-EXPORT_SYMBOL(install_page);
 
 /*
  * Install a file pte to a given virtual memory address, release any


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [2.6 patch] unexport install_page
@ 2006-06-29 19:19 Adrian Bunk
  0 siblings, 0 replies; 8+ messages in thread
From: Adrian Bunk @ 2006-06-29 19:19 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

No in-kernel module is using it, so there's no reason bloating the 
kernel with this EXPORT_SYMBOL.

The addition was justified back in 2003 with being required for a 
project, but it's still not used by any in-kernel module.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

This patch was already sent on:
- 20 Feb 2006
- 16 Feb 2006

--- linux-2.6.16-rc3-mm1-full/mm/fremap.c.old	2006-02-16 16:45:09.000000000 +0100
+++ linux-2.6.16-rc3-mm1-full/mm/fremap.c	2006-02-16 16:45:18.000000000 +0100
@@ -89,7 +89,6 @@
 out:
 	return err;
 }
-EXPORT_SYMBOL(install_page);
 
 /*
  * Install a file pte to a given virtual memory address, release any


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

end of thread, other threads:[~2006-06-29 19:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-16 17:03 [2.6 patch] unexport install_page Adrian Bunk
  -- strict thread matches above, loose matches on Subject: below --
2006-02-20 22:37 Adrian Bunk
2006-02-21 10:38 ` Christoph Hellwig
2006-02-21 12:49   ` Hugh Dickins
2006-02-21 14:13     ` Adrian Bunk
2006-02-21 14:34       ` Alan Cox
2006-02-21 14:36         ` Adrian Bunk
2006-06-29 19:19 Adrian Bunk

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