Merge branch 'linux-have-zvol' into refs/top-bases/linux-zfs-branch

This commit is contained in:
Brian Behlendorf 2009-01-16 14:55:26 -08:00
commit ca804c66f8
1 changed files with 1 additions and 1 deletions

View File

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