get_unused_fd()

Magnus Ahltorp (map@stacken.kth.se)
20 Oct 1998 12:27:13 +0200


Does anyone have religious problems with this patch?

Index: ksyms.c
===================================================================
RCS file: /cvsroot/linux/kernel/ksyms.c,v
retrieving revision 1.98
diff -u -r1.98 ksyms.c
--- ksyms.c 1998/10/04 06:50:53 1.98
+++ ksyms.c 1998/10/20 03:47:10
@@ -192,6 +192,8 @@
EXPORT_SYMBOL(shrink_dcache_parent);
EXPORT_SYMBOL(find_inode_number);
EXPORT_SYMBOL(is_subdir);
+EXPORT_SYMBOL(get_unused_fd);
+EXPORT_SYMBOL(get_empty_filp);

#if !defined(CONFIG_NFSD) && defined(CONFIG_NFSD_MODULE)
EXPORT_SYMBOL(do_nfsservctl);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/