Hello reiserfs folks, I'm just in the process of running some POSIX conformance tests on Linux (test available at http://www.opengroup.org/testing/lsb-fhs/) and reiserfs fails one test where ext2/ext3 are passing.
The test checks whether atime is updated on a directory if you do a directory lookup. I imagine that it is as simple as adding a call UPDATE_ATIME(inode) to the reiserfs directory lookup. This can, of course, be turned off at runtime via the "noatime" mount option (I think newer kernels also have a newer "nodiratime"). Cheers, Andreas -- Andreas Dilger http://www-mddsp.enel.ucalgary.ca/People/adilger/ http://sourceforge.net/projects/ext2resize/
