diff options
author | peter <peter@FreeBSD.org> | 2013-07-03 20:21:39 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2013-07-03 20:21:39 +0000 |
commit | a19e257409a855f5f245855c2118fc2ef4270be4 (patch) | |
tree | a4e759e7de9c6458651698d22042f55deba212b9 /sys/conf | |
parent | 9167aad4e6e7d42bf5eb4a93684c79701a10c4cc (diff) | |
download | FreeBSD-src-a19e257409a855f5f245855c2118fc2ef4270be4.zip FreeBSD-src-a19e257409a855f5f245855c2118fc2ef4270be4.tar.gz |
Move static ZFS compile option to the other static file system options.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/options | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/options b/sys/conf/options index 752893d..894f254 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -226,6 +226,7 @@ SMBFS opt_dontuse.h TMPFS opt_dontuse.h UDF opt_dontuse.h UNIONFS opt_dontuse.h +ZFS opt_dontuse.h # Pseudofs debugging PSEUDOFS_TRACE opt_pseudofs.h @@ -840,8 +841,6 @@ HWPMC_MIPS_BACKTRACE opt_hwpmc_hooks.h # XBOX options for FreeBSD/i386, but some files are MI XBOX opt_xbox.h -ZFS opt_dontuse.h - # Interrupt filtering INTR_FILTER |