Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   christos
Date:           Fri Nov 18 21:18:52 UTC 2011

Modified Files:
        src/sys/fs/nilfs: nilfs_vnops.c
        src/sys/fs/ptyfs: ptyfs_vnops.c
        src/sys/fs/puffs: puffs_vnops.c
        src/sys/fs/tmpfs: tmpfs_vnops.c
        src/sys/fs/udf: udf_vnops.c
        src/sys/ufs/ext2fs: ext2fs_readwrite.c ext2fs_vnops.c
        src/sys/ufs/ufs: ufs_readwrite.c ufs_vnops.c

Log Message:
Obey MNT_RELATIME, the only addition is that mkdir in ufs sets IN_ACCESS too.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/fs/nilfs/nilfs_vnops.c
cvs rdiff -u -r1.36 -r1.37 src/sys/fs/ptyfs/ptyfs_vnops.c
cvs rdiff -u -r1.161 -r1.162 src/sys/fs/puffs/puffs_vnops.c
cvs rdiff -u -r1.92 -r1.93 src/sys/fs/tmpfs/tmpfs_vnops.c
cvs rdiff -u -r1.68 -r1.69 src/sys/fs/udf/udf_vnops.c
cvs rdiff -u -r1.57 -r1.58 src/sys/ufs/ext2fs/ext2fs_readwrite.c
cvs rdiff -u -r1.100 -r1.101 src/sys/ufs/ext2fs/ext2fs_vnops.c
cvs rdiff -u -r1.99 -r1.100 src/sys/ufs/ufs/ufs_readwrite.c
cvs rdiff -u -r1.205 -r1.206 src/sys/ufs/ufs/ufs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index