Date: Fri, 06 Jan 2006 02:26:35 -0700 (MST) From: "M. Warner Losh" <imp@bsdimp.com> To: bz@FreeBSD.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options src/sys/ufs/ffs ffs_snapshot.c Message-ID: <20060106.022635.130237730.imp@bsdimp.com> In-Reply-To: <20060106090146.R24703@maildrop.int.zabbadoz.net> References: <200601060444.k064iA1N070765@repoman.freebsd.org> <20060106090146.R24703@maildrop.int.zabbadoz.net>
index | next in thread | previous in thread | raw e-mail
In message: <20060106090146.R24703@maildrop.int.zabbadoz.net>
"Bjoern A. Zeeb" <bz@FreeBSD.org> writes:
: On Fri, 6 Jan 2006, Warner Losh wrote:
:
: > 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
:
:
: aren't there user space utilities that may also be hidden behind that
: NO_ option like mksnap_ffs ?
This isn't a build option. This is a kernel option only.
Warner
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060106.022635.130237730.imp>
