Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2009 12:19:52 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/ufs/ffs ffs_softdep.c
Message-ID:  <200904041220.n34CK8i4036437@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2009-04-04 12:19:52 UTC

  FreeBSD src repository

  Modified files:
    sys/ufs/ffs          ffs_softdep.c 
  Log:
  SVN rev 190690 on 2009-04-04 12:19:52Z by kib
  
  When removing or renaming snaphost, do not delve into request_cleanup().
  The later may need blocks from the underlying device that belongs
  to normal files, that should not be locked while snap lock is held.
  
  Reported and tested by: pho
  MFC after:      1 month
  
  Revision  Changes    Path
  1.231     +1 -1      src/sys/ufs/ffs/ffs_softdep.c



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