Re: [PATCH 5/7] block: clear drain buffer if draining for write command

2008-02-11 Thread James Bottomley
On Sat, 2008-02-09 at 10:40 +0900, Tejun Heo wrote: > Clear drain buffer before chaining if the command in question is a > write. > > Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> > --- > block/blk-merge.c |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/block/blk-m

[PATCH 5/7] block: clear drain buffer if draining for write command

2008-02-08 Thread Tejun Heo
Clear drain buffer before chaining if the command in question is a write. Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> --- block/blk-merge.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/block/blk-merge.c b/block/blk-merge.c index d50cfc8..d0b9031 100644 --- a/block/b