cvs commit: src/sys/vfs/mfs mfs_vfsops.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Nov 30 20:38:33 PST 2003


dillon      2003/11/30 20:38:26 PST

DragonFly src repository

  Modified files:
    sys/vfs/mfs          mfs_vfsops.c 
  Log:
  Add a missing PRELE() when the mfs_mount kernel process exits.  Because
  DragonFly does not teardown zombie processes while p_lock is non-zero this
  prevented such processes from being reaped and deadlocked the init process.
  
  Revision  Changes    Path
  1.12      +1 -0      src/sys/vfs/mfs/mfs_vfsops.c


http://www.dragonflybsd.org/cvsweb/src/sys/vfs/mfs/mfs_vfsops.c.diff?r1=1.11&r2=1.12&f=h





More information about the Commits mailing list