[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Getting the list of the file systems which are mounted.



Hi,

I am calling a function        get_filesystem_list()       from a module which I am writing. During the compilation I am getting the error

WARNING: get_filesystem_list [module name] undefined!

And the insertion of the module also fails giving error unresolved symbol.

I need the list of file systems registered on the system, get_filesystem_list() does the same.

I have included the file <linux/fs.h> as well. Why is it not working and how to make it work?

Thanks and Regards,
Prasad