Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Oct 2006 15:40:53 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/devfs devfs.h devfs_devs.c devfs_int.h devfs_vnops.c
Message-ID:  <200610301540.k9UFerH3059342@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2006-10-30 15:40:53 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/fs/devfs         devfs.h devfs_devs.c devfs_int.h 
                         devfs_vnops.c 
  Log:
  MFC
  rev. 1.31  src/sys/fs/devfs/devfs.h
  rev. 1.48  src/sys/fs/devfs/devfs_devs.c
  rev. 1.3   src/sys/fs/devfs/devfs_int.h
  rev. 1.136 src/sys/fs/devfs/devfs_vnops.c
  
  Properly lock the vnode around vgone() calls. Unlock the vnode in
  devfs_close() while calling into the driver d_close() routine.
  
  Approved by:    re (hrs)
  
  Revision    Changes    Path
  1.22.2.5    +1 -1      src/sys/fs/devfs/devfs.h
  1.36.2.6    +45 -15    src/sys/fs/devfs/devfs_devs.c
  1.1.2.3     +2 -0      src/sys/fs/devfs/devfs_int.h
  1.114.2.12  +65 -9     src/sys/fs/devfs/devfs_vnops.c



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