Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Feb 2008 13:31:35 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/coda coda_psdev.c
Message-ID:  <200802151331.m1FDVZje061860@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2008-02-15 13:31:35 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/coda          coda_psdev.c 
  Log:
  The possibly interruptible msleep in coda_call() means well, but is
  fundamentally fairly confused about how signals work and when it is
  appropriate for upcalls to be interrupted.  In particular, we should
  be exempting certain upcalls from interruption, we should not always
  eventually time out sleeping on a upcall, and we should not be
  interrupting the sleep for certain signals that we currently are
  (including SIGINFO).  This code needs to be reworked in the style of
  NFS interruptible mounts.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.47      +1 -1      src/sys/fs/coda/coda_psdev.c



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