Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2008 09:37:57 +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/fdescfs fdesc_vnops.c
Message-ID:  <200804040937.m349bvJR019843@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2008-04-04 09:37:57 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/fdescfs       fdesc_vnops.c 
  Log:
  The temporary workaround for the call to the vget() without lock type in
  the fdesc_allocvp(). The caller of the fdesc_allocvp() expects that the
  returned vnode is not reclaimed. Do lock the vnode exclusive and drop
  the lock after.
  
  Reported by:    pho
  Reviewed by:    jeff
  
  Revision  Changes    Path
  1.108     +3 -1      src/sys/fs/fdescfs/fdesc_vnops.c



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