mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-24 19:28:53 +03:00
OpenZFS restructuring - zvol
Refactor the zvol in to platform dependent and independent bits. Reviewed-by: Allan Jude <allanjude@freebsd.org> Reviewed-by: Jorgen Lundman <lundman@lundman.net> Reviewed-by: Igor Kozhukhov <igor@dilos.org> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Matt Macy <mmacy@FreeBSD.org> Closes #9295
This commit is contained in:
committed by
Brian Behlendorf
parent
d359e99c38
commit
5df7e9d85c
@@ -2856,7 +2856,7 @@ dmu_objset_find_impl(spa_t *spa, const char *name,
|
||||
* See comment above dmu_objset_find_impl().
|
||||
*/
|
||||
int
|
||||
dmu_objset_find(char *name, int func(const char *, void *), void *arg,
|
||||
dmu_objset_find(const char *name, int func(const char *, void *), void *arg,
|
||||
int flags)
|
||||
{
|
||||
spa_t *spa;
|
||||
|
||||
Reference in New Issue
Block a user