Re: [RFC]md: using GFP_NOIO to allocate bio for flush request
From: Dan Williams <hidden>
Date: 2012-05-08 19:31:18
From: Dan Williams <hidden>
Date: 2012-05-08 19:31:18
On Tue, May 8, 2012 at 3:18 AM, Shaohua Li [off-list ref] wrote:
On Mon, Apr 16, 2012 at 01:32:06PM +0800, Shaohua Li wrote:quoted
flush request is issued in transaction commit code path usually, so looks using GFP_KERNEL to allocate memory for flush request bio falls into the classic deadlock issue. dm already gets it right.ping!
This one should probably also be queued for -stable right?