Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753080Ab0GEIDR (ORCPT ); Mon, 5 Jul 2010 04:03:17 -0400 Received: from 0122700014.0.fullrate.dk ([95.166.99.235]:39973 "EHLO kernel.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752589Ab0GEIDP (ORCPT ); Mon, 5 Jul 2010 04:03:15 -0400 Message-ID: <4C3191C0.1080406@kernel.dk> Date: Mon, 05 Jul 2010 10:03:12 +0200 From: Jens Axboe MIME-Version: 1.0 To: FUJITA Tomonori CC: hch@infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/9] remove q->prepare_flush_fn hook References: <1278146740-8731-1-git-send-email-fujita.tomonori@lab.ntt.co.jp> <4C3181E8.8010802@kernel.dk> <20100705170050Z.fujita.tomonori@lab.ntt.co.jp> In-Reply-To: <20100705170050Z.fujita.tomonori@lab.ntt.co.jp> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1151 Lines: 37 On 2010-07-05 10:01, FUJITA Tomonori wrote: > On Mon, 05 Jul 2010 08:55:36 +0200 > Jens Axboe wrote: > >> On 2010-07-03 10:45, FUJITA Tomonori wrote: >>> This removes q->prepare_flush_fn. Except for ide and scsi, all the >>> users just mark flush requests. They can use REQ_FLUSH flag >>> instead. >>> >>> SCSI and ide can use q->prep_rq_fn to build flush requests. >>> >>> This can be applied to the block's for-2.6.36. >> >> Thanks, applied. > > Thanks, > > looks like you applied the patches in a wrong order (breaks bisect). > > At least, the first two patches need to be applied in order before the > rest: > > [PATCH 1/9] block: introduce REQ_FLUSH flag > [PATCH 2/9] block: permit PREFLUSH and POSTFLUSH without prepare_flush_fn Funky, my patch script must have shuffled them, that was definitely not on purpose. Guess I'll have to rebase to fix that up... -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/