mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] don't export shmem_file_setup
@ 2004-09-07 14:39 Christoph Hellwig
  2004-09-07 15:47 ` Hugh Dickins
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Hellwig @ 2004-09-07 14:39 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel


--- 1.161/mm/shmem.c	2004-09-03 11:08:25 +02:00
+++ edited/mm/shmem.c	2004-09-07 14:11:00 +02:00
@@ -2104,5 +2104,3 @@
 	vma->vm_ops = &shmem_vm_ops;
 	return 0;
 }
-
-EXPORT_SYMBOL(shmem_file_setup);
--- 1.1/mm/tiny-shmem.c	2004-08-31 10:00:08 +02:00
+++ edited/mm/tiny-shmem.c	2004-09-07 14:11:06 +02:00
@@ -120,5 +120,3 @@
 {
 	return 0;
 }
-
-EXPORT_SYMBOL(shmem_file_setup);

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

* Re: [PATCH] don't export shmem_file_setup
  2004-09-07 14:39 [PATCH] don't export shmem_file_setup Christoph Hellwig
@ 2004-09-07 15:47 ` Hugh Dickins
  0 siblings, 0 replies; 2+ messages in thread
From: Hugh Dickins @ 2004-09-07 15:47 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: akpm, linux-kernel

On Tue, 7 Sep 2004, Christoph Hellwig wrote:
> -
> -EXPORT_SYMBOL(shmem_file_setup);

Agreed.  It's global for SysV IPC, but that's in or out, never modular.

Hugh


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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-07 14:39 [PATCH] don't export shmem_file_setup Christoph Hellwig
2004-09-07 15:47 ` Hugh Dickins

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

all inboxes | Powered by JetHome®