Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch

This commit is contained in:
Brian Behlendorf 2008-12-22 14:54:16 -08:00
commit 064d7af99b
1 changed files with 1 additions and 1 deletions

View File

@ -1745,7 +1745,7 @@ zvol_dump_fini(zvol_state_t *zv)
int
zvol_busy(void)
{
return DDI_FAILURE;
return (0);
}
#endif /* HAVE_ZVOL */