Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Feb 2005 17:17:15 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_syscalls.c
Message-ID:  <200502021717.j12HHFMU058179@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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