[PATCH] unexport sys_lseek

From: Christoph Hellwig
Date: Sun Oct 24 2004 - 08:40:29 EST


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,
-
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/