This should always be success when zvol support is disabled

This commit is contained in:
Brian Behlendorf 2009-01-16 14:52:35 -08:00
parent d372d77929
commit 7c5b7d2a94
1 changed files with 1 additions and 1 deletions

View File

@ -2195,7 +2195,7 @@ err:
free(paths);
(void) close(base);
#endif
return (-1);
return (0);
}
typedef struct zvol_cb {