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