X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=include%2Fsys%2Fzvol.h;h=c05f81a5ff54fd4c8466fd5661afb1d4dd1b3a76;hb=556011dbec2d10579819078559a77630fc559112;hp=185d645231c5a8defbcaddd1a17e023aa791a829;hpb=6c2856726fbae681649930d9620d9087080e58fc;p=zfs.git diff --git a/include/sys/zvol.h b/include/sys/zvol.h index 185d645..c05f81a 100644 --- a/include/sys/zvol.h +++ b/include/sys/zvol.h @@ -44,6 +44,7 @@ extern int zvol_remove_minor(const char *); extern void zvol_remove_minors(const char *); extern int zvol_set_volsize(const char *, uint64_t); extern int zvol_set_volblocksize(const char *, uint64_t); +extern int zvol_set_snapdev(const char *, uint64_t); extern int zvol_init(void); extern void zvol_fini(void);