|
@@ -176,7 +176,7 @@ static int flakey_ctr(struct dm_target *ti, unsigned int argc, char **argv)
|
|
|
|
|
|
fc = kzalloc(sizeof(*fc), GFP_KERNEL);
|
|
fc = kzalloc(sizeof(*fc), GFP_KERNEL);
|
|
if (!fc) {
|
|
if (!fc) {
|
|
- ti->error = "Cannot allocate linear context";
|
|
|
|
|
|
+ ti->error = "Cannot allocate context";
|
|
return -ENOMEM;
|
|
return -ENOMEM;
|
|
}
|
|
}
|
|
fc->start_time = jiffies;
|
|
fc->start_time = jiffies;
|