Merge branch 'linux-ioctl' into refs/top-bases/linux-zfs-branch
This commit is contained in:
commit
42344f04c1
|
@ -1433,4 +1433,16 @@ zfs_is_shared(zfs_handle_t *zhp)
|
||||||
return B_FALSE;
|
return B_FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int
|
||||||
|
zpool_enable_datasets(zpool_handle_t *zhp, const char *mntopts, int flags)
|
||||||
|
{
|
||||||
|
return B_TRUE;
|
||||||
|
}
|
||||||
|
|
||||||
|
int
|
||||||
|
zpool_disable_datasets(zpool_handle_t *zhp, boolean_t force)
|
||||||
|
{
|
||||||
|
return B_TRUE;
|
||||||
|
}
|
||||||
|
|
||||||
#endif /* HAVE_ZPL */
|
#endif /* HAVE_ZPL */
|
||||||
|
|
Loading…
Reference in New Issue