diff options
author | Matthew Macy <[email protected]> | 2019-09-25 09:20:30 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-09-25 09:20:30 -0700 |
commit | 5df7e9d85ced424292e8312a7848b6092a29c930 (patch) | |
tree | 391e1488d4a8081ce22c7401c6392a72dc661c13 /module/zfs/dmu_objset.c | |
parent | d359e99c38f66732d42278c32d52cfcf1839aa4f (diff) |
OpenZFS restructuring - zvol
Refactor the zvol in to platform dependent and independent bits.
Reviewed-by: Allan Jude <[email protected]>
Reviewed-by: Jorgen Lundman <[email protected]>
Reviewed-by: Igor Kozhukhov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Matt Macy <[email protected]>
Closes #9295
Diffstat (limited to 'module/zfs/dmu_objset.c')
-rw-r--r-- | module/zfs/dmu_objset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zfs/dmu_objset.c b/module/zfs/dmu_objset.c index 469137ecf..de57b170f 100644 --- a/module/zfs/dmu_objset.c +++ b/module/zfs/dmu_objset.c @@ -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; |