Loading drivers/md/dm-flakey.c +1 −1 Original line number Diff line number Diff line Loading @@ -176,7 +176,7 @@ static int flakey_ctr(struct dm_target *ti, unsigned int argc, char **argv) fc = kzalloc(sizeof(*fc), GFP_KERNEL); if (!fc) { ti->error = "Cannot allocate linear context"; ti->error = "Cannot allocate context"; return -ENOMEM; } fc->start_time = jiffies; Loading Loading
drivers/md/dm-flakey.c +1 −1 Original line number Diff line number Diff line Loading @@ -176,7 +176,7 @@ static int flakey_ctr(struct dm_target *ti, unsigned int argc, char **argv) fc = kzalloc(sizeof(*fc), GFP_KERNEL); if (!fc) { ti->error = "Cannot allocate linear context"; ti->error = "Cannot allocate context"; return -ENOMEM; } fc->start_time = jiffies; Loading