Make most of the vfsops conditional on ZPL support

This commit is contained in:
Brian Behlendorf 2009-01-09 14:02:40 -08:00
parent e64d6361f7
commit 203d2b01b8
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,7 @@
#include <sys/dmu_objset.h>
#include <sys/spa_boot.h>
#ifdef HAVE_ZPL
int zfsfstype;
vfsops_t *zfs_vfsops = NULL;
static major_t zfs_major;
@ -1517,6 +1518,7 @@ zfs_vfsinit(int fstype, char *name)
return (0);
}
#endif /* HAVE_ZPL */
void
zfs_init(void)