cvs commit: src/sys/kern vfs_syscalls.c

Robert Watson rwatson at FreeBSD.org
Wed Dec 24 09:13:03 PST 2003


rwatson     2003/12/24 09:13:01 PST

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_syscalls.c 
  Log:
  Document that when we are addressing an open()/close() race, the reason
  we call vn_close() manually rather than letting fdrop() take care of it
  is that we haven't yet hooked up the various 'struct file' fields.
  
  Revision  Changes    Path
  1.334     +2 -0      src/sys/kern/vfs_syscalls.c


More information about the cvs-src mailing list