Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Sep 2008 19:43:22 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_vnops.c
Message-ID:  <200809201943.m8KJhUhe058882@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2008-09-20 19:43:22 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_vnops.c 
  Log:
  SVN rev 183211 on 2008-09-20 19:43:22Z by kib
  
  Initialize birthtime fields in vn_stat() to prevent stat(2) from
  returning uninitialized birthtime. Most file systems don't initialize
  birthtime properly in their VOP_GETTATTR().
  
  Submitted by:   Jaakko Heinonen <jh saunalahti fi>
  Reviewed by:    bde
  Discussed on:   freebsd-fs
  MFC after:      1 month
  
  Revision  Changes    Path
  1.266     +9 -0      src/sys/kern/vfs_vnops.c



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