Change zpool module name to zfs and update references

This commit is contained in:
Brian Behlendorf 2009-01-09 13:31:16 -08:00
parent 129afe3ce8
commit 04638ead67
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
DISTFILES = *.c
MODULE := zpool
MODULE := zfs
EXTRA_CFLAGS = -I@MODDIR@/zfs/include
EXTRA_CFLAGS += -I@MODDIR@/zcommon/include

View File

@ -22,7 +22,7 @@ zfs_modules=( \
${MODDIR}/nvpair/znvpair.ko \
${MODDIR}/unicode/zunicode.ko \
${MODDIR}/zcommon/zcommon.ko \
${MODDIR}/zfs/zpool.ko \
${MODDIR}/zfs/zfs.ko \
)
test_modules=( \
@ -58,8 +58,8 @@ OPTIONS:
MODULE-OPTIONS:
Must be of the frm module="options", for example:
$0 zpool="zfs_prefetch_disable=1"
$0 zpool="zfs_prefetch_disable=1 zfs_mdcomp_disable=1"
$0 zfs="zfs_prefetch_disable=1"
$0 zfs="zfs_prefetch_disable=1 zfs_mdcomp_disable=1"
$0 spl="spl_debug_mask=0"
EOF