This should always be success when zvol support is disabled
This commit is contained in:
parent
d372d77929
commit
7c5b7d2a94
|
@ -2195,7 +2195,7 @@ err:
|
|||
free(paths);
|
||||
(void) close(base);
|
||||
#endif
|
||||
return (-1);
|
||||
return (0);
|
||||
}
|
||||
|
||||
typedef struct zvol_cb {
|
||||
|
|
Loading…
Reference in New Issue