cvs commit: src/sys/kern vfs_lookup.c

Alexander Kabaev kan at FreeBSD.org
Sun Aug 14 18:10:07 GMT 2005


kan         2005-08-14 18:10:05 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_lookup.c 
  Log:
  Do not keep parent directory locked while calling VFS_ROOT to traverse mount
  points in lookup(). The lock can be dropped safely around VFS_ROOT because
  LOCKPARENT semantics with child and perent vnodes coming from different FSes
  does not really have any meaningful use. On the other hard, this prevents
  easily triggered deadlock on systems using automounter daemon.
  
  Revision  Changes    Path
  1.81      +2 -0      src/sys/kern/vfs_lookup.c


More information about the cvs-src mailing list