Loading drivers/md/dm-ioctl.c +5 −0 Original line number Diff line number Diff line Loading @@ -1402,6 +1402,11 @@ static int target_message(struct dm_ioctl *param, size_t param_size) goto out; } if (!argc) { DMWARN("Empty message received."); goto out; } table = dm_get_live_table(md); if (!table) goto out_argv; Loading Loading
drivers/md/dm-ioctl.c +5 −0 Original line number Diff line number Diff line Loading @@ -1402,6 +1402,11 @@ static int target_message(struct dm_ioctl *param, size_t param_size) goto out; } if (!argc) { DMWARN("Empty message received."); goto out; } table = dm_get_live_table(md); if (!table) goto out_argv; Loading