[linux-cifs-client] cifs1.13a compile bombs on 2.6.3 kernel

Steven French sfrench at us.ibm.com
Mon May 3 18:20:17 GMT 2004





> fs/cifs/cifsfs.c:778: warning: type defaults to `int' in declaration
> of `MODULE_VERSION'

Looks like the MODULE_VERSION macro was added February 26th, 2004 so it
probably is not in your 2.6.3 tree.

The current cifs vfs files (e.g. cifs-1.13a-2.6.gz) require at least two
changes to work on 2.6 versions prior to 2.6.5

1) removing the reference to MODULE_VERSION in fs/cifs/cifsfs.c
2) renaming the references to the field "lru" to "list" (the old name)
where the page struct is used in fs/cifs/file.c


Steve French
Senior Software Engineer
Linux Technology Center - IBM Austin
phone: 512-838-2294
email: sfrench at-sign us dot ibm dot com
-------------- next part --------------
HTML attachment scrubbed and removed


More information about the linux-cifs-client mailing list