Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Oct 2004 06:25:56 +0000 (UTC)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys conf.h src/sys/ufs/ffs ffs_extern.h ffs_snapshot.c ffs_softdep.c
Message-ID:  <200410260625.i9Q6PvBL072768@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2004-10-26 06:25:56 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              conf.h 
    sys/ufs/ffs          ffs_extern.h ffs_snapshot.c ffs_softdep.c 
  Log:
  Degeneralize the per cdev copyonwrite callback.  The only possible value
  is ffs_copyonwrite() and the only place it can be called from is FFS which
  would never want to call another filesystems copyonwrite method, should one
  exist, so there is no reason why anything generic should know about this.
  
  Revision  Changes    Path
  1.205     +0 -2      src/sys/sys/conf.h
  1.59      +1 -1      src/sys/ufs/ffs/ffs_extern.h
  1.88      +1 -6      src/sys/ufs/ffs/ffs_snapshot.c
  1.160     +2 -2      src/sys/ufs/ffs/ffs_softdep.c



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