RE: [PATCH] pstore: do not use message compression without lock
From: Luck, Tony
Date: Thu May 21 2015 - 12:30:54 EST
> - if (big_oops_buf) {
> + if (big_oops_buf && is_locked) {
> dst = big_oops_buf;
> hsize = sprintf(dst, "%s#%d Part%u\n", why,
> Bump
Thanks for the reminder. Applied. Should show up in linux-next soon, and then go to Linus in next merge window
-Tony