Hello all, I encountered a compile problem with Linux version 2.6.35-rc3:
fr...@pws1:~/data/projects/linux/file-monitoring/dazuko/dazukofs/dazukofs-3.1.3-rc3> make KERNEL_PATH=/lib/modules/2.6.35-rc3/ make -C /lib/modules/2.6.35-rc3//build SUBDIRS="`pwd`" modules make[1]: Entering directory `/usr/src/linux-2.6.35-rc3' CC [M] /home/frans/data/projects/linux/file-monitoring/dazuko/dazukofs/dazukofs-3.1.3-rc3/super.o CC [M] /home/frans/data/projects/linux/file-monitoring/dazuko/dazukofs/dazukofs-3.1.3-rc3/inode.o CC [M] /home/frans/data/projects/linux/file-monitoring/dazuko/dazukofs/dazukofs-3.1.3-rc3/file.o /home/frans/data/projects/linux/file-monitoring/dazuko/dazukofs/dazukofs-3.1.3-rc3/file.c: In function ‘dazukofs_fsync’: /home/frans/data/projects/linux/file-monitoring/dazuko/dazukofs/dazukofs-3.1.3-rc3/file.c:243: warning: passing argument 2 of ‘lower_file->f_op->fsync’ makes integer from pointer without a cast /home/frans/data/projects/linux/file-monitoring/dazuko/dazukofs/dazukofs-3.1.3-rc3/file.c:243: note: expected ‘int’ but argument is of type ‘struct dentry *’ /home/frans/data/projects/linux/file-monitoring/dazuko/dazukofs/dazukofs-3.1.3-rc3/file.c:243: error: too many arguments to function ‘lower_file->f_op->fsync’ /home/frans/data/projects/linux/file-monitoring/dazuko/dazukofs/dazukofs-3.1.3-rc3/file.c: At top level: /home/frans/data/projects/linux/file-monitoring/dazuko/dazukofs/dazukofs-3.1.3-rc3/file.c:304: warning: initialization from incompatible pointer type /home/frans/data/projects/linux/file-monitoring/dazuko/dazukofs/dazukofs-3.1.3-rc3/file.c:339: warning: initialization from incompatible pointer type make[2]: *** [/home/frans/data/projects/linux/file-monitoring/dazuko/dazukofs/dazukofs-3.1.3-rc3/file.o] Error 1 make[1]: *** [_module_/home/frans/data/projects/linux/file-monitoring/dazuko/dazukofs/dazukofs-3.1.3-rc3] Error 2 make[1]: Leaving directory `/usr/src/linux-2.6.35-rc3' make: *** [dazukofs_modules] Error 2 fr...@pws1:~/data/projects/linux/file-monitoring/dazuko/dazukofs/dazukofs-3.1.3-rc3> Hope some of you can use this report. This is going beyond my experience or active knowledge of dazukofs. Frans. _______________________________________________ Dazuko-help mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/dazuko-help
