Merge commit 'refs/top-bases/linux-zfs-branch' into linux-zfs-branch
This commit is contained in:
commit
eca25a553f
|
@ -1745,7 +1745,7 @@ zvol_dump_fini(zvol_state_t *zv)
|
||||||
int
|
int
|
||||||
zvol_busy(void)
|
zvol_busy(void)
|
||||||
{
|
{
|
||||||
return DDI_FAILURE;
|
return (0);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* HAVE_ZVOL */
|
#endif /* HAVE_ZVOL */
|
||||||
|
|
Loading…
Reference in New Issue