mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 03:37:45 +03:00
codebase style improvements for OpenZFS 6459 port
This commit is contained in:
committed by
Brian Behlendorf
parent
ec441a9c53
commit
4ea3f86426
+2
-1
@@ -1934,7 +1934,8 @@ typedef struct zvol_snapdev_cb_arg {
|
||||
} zvol_snapdev_cb_arg_t;
|
||||
|
||||
static int
|
||||
zvol_set_snapdev_cb(const char *dsname, void *param) {
|
||||
zvol_set_snapdev_cb(const char *dsname, void *param)
|
||||
{
|
||||
zvol_snapdev_cb_arg_t *arg = param;
|
||||
|
||||
if (strchr(dsname, '@') == NULL)
|
||||
|
||||
Reference in New Issue
Block a user