Date: Sun, 3 Dec 2006 19:04:27 +0000 (UTC) From: Maxim Konovalov <maxim@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vnops.c Message-ID: <200612031904.kB3J4Rif075127@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612031904.kB3J4Rif075127>