All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] unexport sys_lseek
@ 2004-10-24 13:21 Christoph Hellwig
  0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2004-10-24 13:21 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel

fortunately dvb stopped using it in their firmware loader


--- 1.45/fs/read_write.c	2004-10-19 07:26:38 +02:00
+++ edited/fs/read_write.c	2004-10-23 12:52:13 +02:00
@@ -146,7 +146,6 @@
 bad:
 	return retval;
 }
-EXPORT_SYMBOL_GPL(sys_lseek);
 
 #ifdef __ARCH_WANT_SYS_LLSEEK
 asmlinkage long sys_llseek(unsigned int fd, unsigned long offset_high,

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-10-24 13:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-24 13:21 [PATCH] unexport sys_lseek Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.