cvs commit: src/sys/fs/msdosfs msdosfs_vnops.c
Maxim Konovalov
maxim at FreeBSD.org
Sun Dec 3 11:04:27 PST 2006
maxim 2006-12-03 19:04:27 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vnops.c
Log:
o Do not leave uninitialized birthtime: in MSDOSFSMNT_LONGNAME
set birthtime to FAT CTime (creation time) and in the other cases
set birthtime to -1.
o Set ctime to mtime instead of FAT CTime which has completely
different meaning.
PR: kern/106018
Submitted by: Oliver Fromme
MFC after: 1 month
Revision Changes Path
1.166 +4 -2 src/sys/fs/msdosfs/msdosfs_vnops.c
More information about the cvs-src
mailing list