aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChristian Schwarz <[email protected]>2020-10-14 01:46:00 +0200
committerGitHub <[email protected]>2020-10-13 16:46:00 -0700
commit701f656b970485577899db84f024cd85121149b2 (patch)
tree649a2d402d3564f9628dfa0eb9435d5d38afb95e /include
parent2ce14cdf6893f52afff8daa7bce6adf2a8356698 (diff)
dmu.h: remove stale declaration dmu_objset_snapshot_tmp
Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Adam Moss <[email protected]> Signed-off-by: Christian Schwarz <[email protected]> Closes #11047
Diffstat (limited to 'include')
-rw-r--r--include/sys/dmu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sys/dmu.h b/include/sys/dmu.h
index 9c700e2d7..54fdbc9ad 100644
--- a/include/sys/dmu.h
+++ b/include/sys/dmu.h
@@ -337,7 +337,6 @@ int dmu_objset_clone(const char *name, const char *origin);
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(const char *name, int func(const char *, void *), void *arg,
int flags);
void dmu_objset_byteswap(void *buf, size_t size);