Merge commit 'refs/top-bases/gcc-branch' into gcc-branch

This commit is contained in:
Brian Behlendorf 2009-07-29 21:27:05 -07:00
commit 5809ed62dd
1 changed files with 1 additions and 1 deletions

View File

@ -2592,7 +2592,7 @@ zfs_create_ancestors(libzfs_handle_t *hdl, const char *path)
int prefix;
uint64_t zoned;
char *path_copy;
int rc;
int rc = 0;
if (check_parents(hdl, path, &zoned, B_TRUE, &prefix) != 0)
return (-1);