Skip to content

Commit

Permalink
module/zfs/zvol.c: purge unused zvol_volmode_cb_arg
Browse files Browse the repository at this point in the history
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #11879
  • Loading branch information
nabijaczleweli authored and behlendorf committed Apr 15, 2021
1 parent 08795ab commit 375bdb2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions module/zfs/zvol.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 375bdb2

Please sign in to comment.