Re: [KNOWN BUGGY RFC PATCH 4/3] block: skip elevator initialization for flush requests
From: Tejun Heo <tj@kernel.org>
Date: 2011-01-26 10:06:32
Also in:
lkml
From: Tejun Heo <tj@kernel.org>
Date: 2011-01-26 10:06:32
Also in:
lkml
On Wed, Jan 26, 2011 at 11:03:22AM +0100, Tejun Heo wrote:
Also, it would be great to better describe the lifetime difference between the first and the second unions and why it has be organized this way (rb_node and completion_data can live together but rb_node and flush can't).
Oops, what can't live together are elevator_private* and completion_data. Thanks. -- tejun