Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jan 2015 08:30:05 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Slawa Olhovchenkov <slw@zxy.spb.ru>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Warner Losh <imp@FreeBSD.org>
Subject:   Re: svn commit: r277204 - head/sys/amd64/conf
Message-ID:  <20150117083005.GA9496@FreeBSD.org>
In-Reply-To: <20150115132303.GA245@zxy.spb.ru>
References:  <201501150042.t0F0g7Um018059@svn.freebsd.org> <20150115132303.GA245@zxy.spb.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jan 15, 2015 at 04:23:03PM +0300, Slawa Olhovchenkov wrote:
> I think defining UFS options in kernel connfig affect to module too.
> When I define this options in kernel config (w/o options FFS) I got
> ufs.ko with this SU, quota, acl etc.

Nice point I missed in earlier replies.  In my stable/8 kernel config,
now I have:

  options 	FFS
  options 	SOFTUPDATES
  options 	UFS_ACL
  options 	UFS_DIRHASH

If I read stable/8/sys/modules/ufs/Makefile correctly, I can safely remove
all four lines and still get ufs.ko with all these features (+ some more I
don't really need, like QUOTA, but don't mind), right?

./danfe



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