2.1.46 doesn't compile with NFS.

Darren Reed (darrenr@cyber.com.au)
Thu, 24 Jul 1997 01:34:11 +1000 (EST)


In 2.1.45, there were diff's for a number of header files used by NFS,
removing bits and pieces. As a result of this, 2.1.46 does not appear to
compile with NFS configured in:

make[3]: Entering directory `/usr/src/linux-2.1/fs/nfsd'
gcc -D__KERNEL__ -I/usr/src/linux-2.1/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -D__SMP__ -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -D__SMP__ -c -o nfsproc.o nfsproc.c
nfsproc.c: In function `nfsd_proc_create':
nfsproc.c:220: structure has no member named `fh_inode'
nfsproc.c:233: structure has no member named `fh_inode'
nfsproc.c:200: warning: `dirp' might be used uninitialized in this function
make[3]: *** [nfsproc.o] Error 1

(and on it goes...)

Darren