diff --git a/scst/src/scst_sysfs.c b/scst/src/scst_sysfs.c index 73372126a..c99eb267f 100644 --- a/scst/src/scst_sysfs.c +++ b/scst/src/scst_sysfs.c @@ -1259,6 +1259,7 @@ static int __scst_process_luns_mgmt_store(char *buffer, break; } case SCST_LUN_ACTION_DEL: + p = scst_get_next_lexem(&pp); #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 39) res = kstrtoul(p, 0, &virt_lun); #else