[PATCH] don't export shmem_file_setup

From: Christoph Hellwig
Date: Tue Sep 07 2004 - 09:53:22 EST



--- 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);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/