Re: 2.3.29 - error in fs/hpfs/file.c

Mikulas Patocka (mikulas@artax.karlin.mff.cuni.cz)
Thu, 25 Nov 1999 17:47:23 +0100 (CET)


> gcc -D__KERNEL__ -I/usr/src/linux-2.3.29/include -Wall
> -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe
> -fno-strength-reduce -DCPU=586 -march=i586 -DMODULE -DMODVERSIONS
> -include /usr/src/linux-2.3.29/include/linux/modversions.h -c -o
> file.o file.c
> file.c: In function `hpfs_write_partial_page':
> file.c:97: structure has no member named `offset'
> file.c:99: structure has no member named `offset'
> file.c: At top level:
> file.c:89: warning: `hpfs_write_partial_page' defined but not used
> make[2]: *** [file.o] Error 1
> make[2]: Leaving directory `/usr/src/linux-2.3.29/fs/hpfs'
> make[1]: *** [_modsubdir_hpfs] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.3.29/fs'
> make: *** [_mod_fs] Error 2
> darkstar:/usr/src/linux-2.3.29# _

This functions is not used at all, so you can simply delete it.

Mikulas

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/