cvs commit: src/sys/kern vfs_syscalls.c

Jeff Roberson jeff at FreeBSD.org
Wed Feb 2 09:17:16 PST 2005


jeff        2005-02-02 17:17:15 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_syscalls.c 
  Log:
   - Correct a typo in kern_rename.  tvfslocked should be initialized from
     tond and not fromnd.  This could lead us to leak Giant, or unlock it
     twice, depending on the filesystems involved.  renames within a single
     filesystem would not have caused any problems.
  
  Sponsored by:   Isilon Systems, Inc.
  
  Revision  Changes    Path
  1.370     +1 -1      src/sys/kern/vfs_syscalls.c


More information about the cvs-all mailing list