HPFS and NCPFS in 2.1.45

Russell Coker - mailing lists account (bofh@snoopy.virtual.net.au)
Fri, 18 Jul 97 11:28:40 +1100


The HPFS code won't compile as a module in 2.1.45. Here's the error
messages:

make[2]: Entering directory `/usr/src/t/linux/fs/hpfs'
gcc -D__KERNEL__ -I/usr/src/t/linux/include -Wall -Wstrict-prototypes -O2
-fomit -frame-pointer -pipe -m486 -DCPU=486 -DMODULE -c -o hpfs_fs.o
hpfs_fs.c hpfs_fs.c:140: warning: initialization from incompatible pointer
type hpfs_fs.c:142: warning: initialization from incompatible pointer type
hpfs_fs.c:143: warning: initialization from incompatible pointer type
hpfs_fs.c:178: warning: initialization from incompatible pointer type
hpfs_fs.c:181: warning: initialization from incompatible pointer type
hpfs_fs.c:212: warning: initialization from incompatible pointer type
hpfs_fs.c: In function `hpfs_read_super':
hpfs_fs.c:488: structure has no member named `s_mounted'
hpfs_fs.c:491: structure has no member named `s_mounted'
hpfs_fs.c:504: structure has no member named `s_mounted'
hpfs_fs.c:513: structure has no member named `s_mounted'
hpfs_fs.c:514: structure has no member named `s_mounted'
hpfs_fs.c:515: structure has no member named `s_mounted'
make[2]: *** [hpfs_fs.o] Error 1
make[2]: Leaving directory `/usr/src/t/linux/fs/hpfs'
make[1]: *** [modules] Error 2

As for ncpfs it had many errors that were related to the new dcache
code.

Russell Coker