2.1.43 inode cache problem?

Jes Sorensen (Jes.Sorensen@cern.ch)
Tue, 17 Jun 1997 12:09:26 +0200


Hi

Just merged in 2.1.43 and so far its been behaving fairly ok, until I
experienced this ... something is obviously wrong with the inode cache?

This is with CONFIG_DCACHE_PRELOAD disabled!

Jes

jes:/pack/kom/linux/test/native-2.1.43>ls -al
total 180
drwxr-xr-x 14 jes jes 1024 Jun 17 11:50 ./
drwxrwxr-x 4 jes jes 1024 Jun 17 11:52 ../
-rw-r--r-- 1 jes jes 18458 Dec 01 1993 COPYING
-rw-r--r-- 1 jes jes 39607 Jun 17 11:50 CREDITS
-rw-r--r-- 1 jes jes 39314 May 23 13:44 CREDITS.orig
drwxr-xr-x 7 jes jes 2048 Jun 17 11:50 Documentation/
-rw-r--r-- 1 jes jes 10624 Jun 17 11:50 MAINTAINERS
-rw-r--r-- 1 jes jes 10515 May 23 13:44 MAINTAINERS.orig
-rw-r--r-- 1 jes jes 10403 Jun 17 11:50 Makefile
-rw-r--r-- 1 jes jes 10403 May 30 11:59 Makefile.orig
-rw-r--r-- 1 jes jes 14213 Jan 19 13:47 README
-rw-r--r-- 1 jes jes 4661 Apr 14 03:47 Rules.make
drwxr-xr-x 9 jes jes 1024 Dec 30 09:59 arch/
drwxr-xr-x 13 jes jes 1024 May 15 23:02 drivers/
drwxr-xr-x 21 jes jes 2048 Jun 17 11:52 fs/
drwxr-xr-x 13 jes jes 1024 May 15 23:02 include/
drwxr-xr-x 2 jes jes 1024 Jun 17 11:51 init/
drwxr-xr-x 2 jes jes 1024 May 15 23:02 ipc/
drwxr-xr-x 2 jes jes 1024 Jun 17 11:51 kernel/
drwxr-xr-x 2 jes jes 1024 May 15 23:02 lib/
drwxr-xr-x 2 jes jes 1024 Jun 17 11:51 mm/
drwxr-xr-x 20 jes jes 1024 Jun 17 11:51 net/
drwxr-xr-x 3 jes jes 1024 Jun 17 11:51 scripts/
jes:/pack/kom/linux/test/native-2.1.43>find . -name \*.orig -print | xargs rm
find: ./init: No such file or directory
find: ./kernel: No such file or directory
find: ./lib: No such file or directory
find: ./mm: No such file or directory
find: ./CREDITS: No such file or directory
find: ./include: No such file or directory
find: ./Rules.make: No such file or directory
find: ./net: No such file or directory
find: ./COPYING: No such file or directory
find: ./README: No such file or directory
find: ./MAINTAINERS: No such file or directory
find: ./ipc: No such file or directory
find: ./drivers: No such file or directory
find: ./arch: No such file or directory
find: ./scripts: No such file or directory
find: ./Documentation: No such file or directory
find: ./CREDITS.orig: No such file or directory
find: ./MAINTAINERS.orig: No such file or directory
find: ./Makefile.orig: No such file or directory
rm: too few arguments
Try `rm --help' for more information.