Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2002 07:02:58 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ufs/ufs ufs_quota.c
Message-ID:  <200201101502.g0AF2wD46831@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2002/01/10 07:02:58 PST

  Modified files:
    sys/ufs/ufs          ufs_quota.c 
  Log:
  Do not pull quota entries of the cache-list if they have already
  been removed from the cache-list as part of a previous unmount.
  
  This would result in panics (page fault in dqflush()) during subsequent
  umounts provided that enough distinct UID's to actually make the
  hash do something are active.
  
  This can probably explain a number of weird quota related behaviours.
  
  PR:             32331 maybe more.
  Reproduced by:  Søren Schrørder <sch@cybercity.dk>
  
  Revision  Changes    Path
  1.50      +2 -1      src/sys/ufs/ufs/ufs_quota.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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