Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jun 2010 10:24:53 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/ufs/ufs ufs_quota.c
Message-ID:  <201006031025.o53AP4Cw056175@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2010-06-03 10:24:53 UTC

  FreeBSD src repository

  Modified files:
    sys/ufs/ufs          ufs_quota.c 
  Log:
  SVN rev 208774 on 2010-06-03 10:24:53Z by kib
  
  Extend the scope of the lock on the quota file vnode in quotaon() to
  cover the initial read by dqopen(). Assert that vnode is locked in
  dqopen(). Remove VFS_LOCK_GIANT() from dqopen(), since quotaon() keeps
  Giant locked if needed around the call.
  
  Revision  Changes    Path
  1.102     +6 -4      src/sys/ufs/ufs/ufs_quota.c



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