Date: Wed, 4 Jan 2012 23:57:44 -0800 From: Adrian Chadd <adrian@freebsd.org> To: freebsd-arch@freebsd.org, freebsd-current <freebsd-current@freebsd.org>, freebsd-fs@freebsd.org Subject: Is it possible to make subr_acl_nfs4 and subr_acl_posix1e disabled? Message-ID: <CAJ-Vmo=qNu9KpF6kSofychNcjwexFKvAT8bnwd3gVr-VPymN5w@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi, I'm trying to slim down the freebsd kernel to fit on some devices with 4MB of flash. Since I'm not using NFS or UFS_ACL, I wondered if that code required. It turns out I can just build a kernel with those two disabled. Would it be possible to remove them from "standard" and make them optional? Or is there a reason to keep it in base? If so (eg so things can be kldload'ed that uses the ACL code) can we make it a build-time option, and/or a pair of loadable kernel modules? Thanks, Adrian
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ-Vmo=qNu9KpF6kSofychNcjwexFKvAT8bnwd3gVr-VPymN5w>