Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 29 Nov 2001 14:40:16 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 29 Nov 2001 14:40:06 -0500 Received: from nat-pool-hsv.redhat.com ([12.150.234.132]:36101 "EHLO dhcp-177.hsv.redhat.com") by vger.kernel.org with ESMTP id ; Thu, 29 Nov 2001 14:39:51 -0500 Date: Thu, 29 Nov 2001 13:39:11 -0600 From: Tommy Reynolds To: Alexander Viro Cc: Linux Kernel List Subject: seq_open, et. al. are not exported for modules Message-Id: <20011129133911.4816fe2b.reynolds@redhat.com> Organization: Red Hat Software, Inc. / Embedded Development X-Mailer: Sylpheed version 0.6.5cvs3 (GTK+ 1.2.10; i686-pc-linux-gnu) X-Face: Nr)Jjr #include #include +#include #include #if defined(CONFIG_PROC_FS) @@ -559,3 +560,11 @@ EXPORT_SYMBOL(init_task_union); EXPORT_SYMBOL(tasklist_lock); EXPORT_SYMBOL(pidhash); + +/* Sequential file systems */ + +EXPORT_SYMBOL(seq_open); +EXPORT_SYMBOL(seq_read); +EXPORT_SYMBOL(seq_lseek); +EXPORT_SYMBOL(seq_release); +EXPORT_SYMBOL(seq_escape); ---------------------------------------------+----------------------------- Tommy Reynolds | mailto: Red Hat, Inc., Embedded Development Services | Phone: +1.256.704.9286 307 Wynn Drive NW, Huntsville, AL 35805 USA | FAX: +1.256.837.3839 Senior Software Developer | Mobile: +1.919.641.2923 --e0'+kg=.IHf03GEl Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) iEYEARECAAYFAjwGjuMACgkQWEn3bOOMcuqpYACgnNvxUEbkaaEO7Wh8oU1iD94x VVkAn2WBSkJP0sdVeRaP9cImhgGV1Ckj =oXll -----END PGP SIGNATURE----- --e0'+kg=.IHf03GEl-- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/