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 /include/sys/dmu.h | |
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 'include/sys/dmu.h')
-rw-r--r-- | include/sys/dmu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/dmu.h b/include/sys/dmu.h index 36eff4572..236b90141 100644 --- a/include/sys/dmu.h +++ b/include/sys/dmu.h @@ -337,7 +337,7 @@ int dsl_destroy_snapshots_nvl(struct nvlist *snaps, boolean_t defer, struct nvlist *errlist); int dmu_objset_snapshot_one(const char *fsname, const char *snapname); int dmu_objset_snapshot_tmp(const char *, const char *, int); -int dmu_objset_find(char *name, int func(const char *, void *), void *arg, +int dmu_objset_find(const char *name, int func(const char *, void *), void *arg, int flags); void dmu_objset_byteswap(void *buf, size_t size); int dsl_dataset_rename_snapshot(const char *fsname, |