mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
module/zfs/zvol.c: purge unused zvol_volmode_cb_arg
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #11879
This commit is contained in:
parent
08795ab8d3
commit
375bdb2b20
@ -1383,10 +1383,6 @@ zvol_set_snapdev_impl(char *name, uint64_t snapdev)
|
||||
spl_fstrans_unmark(cookie);
|
||||
}
|
||||
|
||||
typedef struct zvol_volmode_cb_arg {
|
||||
uint64_t volmode;
|
||||
} zvol_volmode_cb_arg_t;
|
||||
|
||||
static void
|
||||
zvol_set_volmode_impl(char *name, uint64_t volmode)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user