svn commit: r277204 - head/sys/amd64/conf

Alexey Dokuchaev danfe at FreeBSD.org
Sat Jan 17 08:30:05 UTC 2015


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


More information about the svn-src-head mailing list