Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2003 19:58:27 -0700 (PDT)
From:      Don Lewis <truckman@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/nfsclient nfs_vnops.c
Message-ID:  <200304230258.h3N2wRMM049977@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
truckman    2003/04/22 19:58:27 PDT

  FreeBSD src repository

  Modified files:
    sys/nfsclient        nfs_vnops.c 
  Log:
  Release the vnode interlock in nfs_flush() before calling nfs_sigintr(),
  and grab it again later if necessary.  This prevents a lock order reversal
  because nfs_sigintr() calls PROC_LOCK().
  
  Revision  Changes    Path
  1.203     +2 -1      src/sys/nfsclient/nfs_vnops.c



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