Merge commit 'refs/top-bases/gcc-branch' into gcc-branch
This commit is contained in:
commit
5809ed62dd
|
@ -2592,7 +2592,7 @@ zfs_create_ancestors(libzfs_handle_t *hdl, const char *path)
|
||||||
int prefix;
|
int prefix;
|
||||||
uint64_t zoned;
|
uint64_t zoned;
|
||||||
char *path_copy;
|
char *path_copy;
|
||||||
int rc;
|
int rc = 0;
|
||||||
|
|
||||||
if (check_parents(hdl, path, &zoned, B_TRUE, &prefix) != 0)
|
if (check_parents(hdl, path, &zoned, B_TRUE, &prefix) != 0)
|
||||||
return (-1);
|
return (-1);
|
||||||
|
|
Loading…
Reference in New Issue