diff options
Diffstat (limited to 'module')
-rw-r--r-- | module/zfs/zfs_vfsops.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/module/zfs/zfs_vfsops.c b/module/zfs/zfs_vfsops.c index 4e571ed6d..a97d0bdb7 100644 --- a/module/zfs/zfs_vfsops.c +++ b/module/zfs/zfs_vfsops.c @@ -1300,6 +1300,7 @@ zfs_parse_bootfs(char *bpath, char *outpath) return (error); } +#ifdef HAVE_MLSLABEL /* * zfs_check_global_label: * Check that the hex label string is appropriate for the dataset @@ -1327,6 +1328,7 @@ zfs_check_global_label(const char *dsname, const char *hexsl) } return (EACCES); } +#endif /* HAVE_MLSLABEL */ /* * zfs_mount_label_policy: |