cvs commit: src/sys/sys conf.h src/sys/ufs/ffs ffs_extern.h ffs_snapshot.c ffs_softdep.c

Poul-Henning Kamp phk at FreeBSD.org
Mon Oct 25 23:25:57 PDT 2004


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


More information about the cvs-src mailing list