Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Nov 2008 16:36:56 +0100
From:      Attila Nagy <bra@fsn.hu>
To:        freebsd-fs@freebsd.org
Subject:   Different inodes
Message-ID:  <49185518.2020600@fsn.hu>

next in thread | raw e-mail | index | archive | help
Hello,

I don't quite get this:

ls -i /20081021/usr/local/lib/python2.5/config/
3817938 .svn            3817976 Setup.local     3817978 libpython2.5.a
3817979 Makefile        3817975 config.c        3817980 libpython2.5.so
3817973 Setup           3817977 config.c.in     3817982 makesetup
3817974 Setup.config    3817981 install-sh      3817983 python.o

ls -i /20081021/usr/local/lib/python2.5/config/libpython2.5.*
3817978 /20081021/usr/local/lib/python2.5/config/libpython2.5.a
  73738 /20081021/usr/local/lib/python2.5/config/libpython2.5.so

(libpython2.5.so's inode differs in the two output)

The filesystem is an asynchronously mounted UFS2.

I have a slightly modified kernel, because I need to do redundant NFS 
serving, so consistent inodes are a must.
The modification consists of changed arc4randoms in 
sys/ufs/ffs/ffs_alloc.c and ffs_vfsops.c to a constant value, but I 
don't think it can be the cause. Could it be?

Thanks,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49185518.2020600>