cvs commit: src/sys/conf options src/sys/ufs/ffs ffs_snapshot.c

Warner Losh imp at FreeBSD.org
Thu Jan 5 20:44:11 PST 2006


imp         2006-01-06 04:44:10 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             options 
    sys/ufs/ffs          ffs_snapshot.c 
  Log:
  New option: NO_FFS_SNAPSHOT.  I did this in p4 about the same time
  that NetBSD implemented it independently of them (don't know which one
  was actually first).  This saves about 24k for those times you don't
  need snapshot support (like when running off a ram disk, or in an
  embedded environment where size matters).
  
  Revision  Changes    Path
  1.523     +5 -0      src/sys/conf/options
  1.111     +58 -0     src/sys/ufs/ffs/ffs_snapshot.c


More information about the cvs-src mailing list