netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] net/socket.c: unexport move_addr_to_kernel
@ 2005-05-06 22:27 Adrian Bunk
  0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2005-05-06 22:27 UTC (permalink / raw)
  To: netdev; +Cc: linux-kernel

I didn't find any modular usage in the kernel.

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

--- linux-2.6.12-rc3-mm2-full/net/socket.c.old	2005-05-03 11:03:23.000000000 +0200
+++ linux-2.6.12-rc3-mm2-full/net/socket.c	2005-05-03 11:03:53.000000000 +0200
@@ -2070,8 +2070,7 @@
 }
 #endif /* CONFIG_PROC_FS */
 
-/* ABI emulation layers need these two */
-EXPORT_SYMBOL(move_addr_to_kernel);
+/* ABI emulation layers need this one */
 EXPORT_SYMBOL(move_addr_to_user);
 EXPORT_SYMBOL(sock_create);
 EXPORT_SYMBOL(sock_create_kern);

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

* [2.6 patch] net/socket.c: unexport move_addr_to_kernel
@ 2005-05-30 20:56 Adrian Bunk
  2005-06-02 20:14 ` David S. Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2005-05-30 20:56 UTC (permalink / raw)
  To: Andrew Morton; +Cc: netdev, linux-kernel

I didn't find any modular usage in the kernel.

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

---

This patch was already sent on:
- 7 May 2005

--- linux-2.6.12-rc3-mm2-full/net/socket.c.old	2005-05-03 11:03:23.000000000 +0200
+++ linux-2.6.12-rc3-mm2-full/net/socket.c	2005-05-03 11:03:53.000000000 +0200
@@ -2070,8 +2070,7 @@
 }
 #endif /* CONFIG_PROC_FS */
 
-/* ABI emulation layers need these two */
-EXPORT_SYMBOL(move_addr_to_kernel);
+/* ABI emulation layers need this one */
 EXPORT_SYMBOL(move_addr_to_user);
 EXPORT_SYMBOL(sock_create);
 EXPORT_SYMBOL(sock_create_kern);

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

* Re: [2.6 patch] net/socket.c: unexport move_addr_to_kernel
  2005-05-30 20:56 [2.6 patch] net/socket.c: unexport move_addr_to_kernel Adrian Bunk
@ 2005-06-02 20:14 ` David S. Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David S. Miller @ 2005-06-02 20:14 UTC (permalink / raw)
  To: bunk; +Cc: akpm, netdev, linux-kernel

From: Adrian Bunk <bunk@stusta.de>
Date: Mon, 30 May 2005 22:56:47 +0200

> I didn't find any modular usage in the kernel.
> 
> Signed-off-by: Adrian Bunk <bunk@stusta.de>

Yes, but as a part of the socket kernel API, I could
definitely see some out-of-tree code legitimately
using this interface.  Let's keep it around for now.

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

end of thread, other threads:[~2005-06-02 20:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-30 20:56 [2.6 patch] net/socket.c: unexport move_addr_to_kernel Adrian Bunk
2005-06-02 20:14 ` David S. Miller
  -- strict thread matches above, loose matches on Subject: below --
2005-05-06 22:27 Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).