cvs commit: src/sys/kern vfs_syscalls.c

Robert Watson rwatson at FreeBSD.org
Mon Jun 21 21:29:08 PDT 2004


rwatson     2004-06-22 04:29:07 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_syscalls.c 
  Log:
  Acquire Giant in link() so that we can mark it as MSTD in
  syscalls.master.  Don't want to do it in kern_link() since the
  Linux emulation code calls kern_link() after performing other
  actions requiring Giant.
  
  Revision  Changes    Path
  1.351     +5 -1      src/sys/kern/vfs_syscalls.c


More information about the cvs-src mailing list