hello, > I am unable to find the generic_file_read/write functions for the VFS > layer. Could anyone please help me with what should they be replaced > for the new kernel version. googling I could not find much neither I > could find any text about replacement of these functions in the > documentation. I am trying to port a module from 2.4 to 2.6. i did a quick search through 2.6.23 headers and the generic_file_read() is still in fs.h but no generic_file_write(). what about using vfs_read() and vfs_write()? -- ilya -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ