one more 2.3.26 compile error

Natapov Gleb (gnatapov@qualcomm.com)
Mon, 08 Nov 1999 11:32:34 +0200


fs/filesystems.a(ntfs.o): In function `ntfs_getuser_update_vm':
ntfs.o(.text+0x52): undefined reference to `update_vm_cache'

running `grep -r update_vm_cache *` in /usr/src/linux returns the
following result:

fs/affs/file.c: update_vm_cache(inode,pos,p,c);
fs/affs/file.c: update_vm_cache(inode,pos,p,c);
fs/qnx4/file.c: update_vm_cache(inode, pos, p, c);
fs/ntfs/fs.c: update_vm_cache (p->ino, p->off, dest, len);
Binary file fs/ntfs/fs.o matches
Binary file fs/ntfs/ntfs.o matches
Binary file fs/filesystems.a matches

If "update_vm_cache" does not exist any more, somebody should fix those
file systems.

Gleb.

-
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/