On 04-08-08 03:53, Prasad Joshi wrote:

Yes, get_filesystem_list() is not exported function. But then how the filesystems_read_proc() is using it.

Because filesystems_read_proc() is not inside a module. Again, get_filesystem_list is not exported for use by modules. You need that EXPORT_SYMBOL() advice that I gave for that.

Rene.

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to