cvs commit: src/sys/kern vfs_vnops.c

Konstantin Belousov kib at FreeBSD.org
Sat Sep 20 19:43:30 UTC 2008


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


More information about the cvs-src mailing list