Skip to content

Commit

Permalink
dmu.h: remove stale declaration dmu_objset_snapshot_tmp
Browse files Browse the repository at this point in the history
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Adam Moss <c@yotes.com>
Signed-off-by: Christian Schwarz <me@cschwarz.com>
Closes openzfs#11047
  • Loading branch information
problame authored and jsai20 committed Mar 30, 2021
1 parent b7b67c8 commit a725107
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/sys/dmu.h
Expand Up @@ -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);
Expand Down

0 comments on commit a725107

Please sign in to comment.