Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753889AbYJAOVD (ORCPT ); Wed, 1 Oct 2008 10:21:03 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751660AbYJAOUw (ORCPT ); Wed, 1 Oct 2008 10:20:52 -0400 Received: from pasmtpb.tele.dk ([80.160.77.98]:43321 "EHLO pasmtpB.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751590AbYJAOUv (ORCPT ); Wed, 1 Oct 2008 10:20:51 -0400 Date: Wed, 1 Oct 2008 16:19:27 +0200 From: Jens Axboe To: Kiyoshi Ueda Cc: rusty@rustcorp.com.au, oakad@yahoo.com, adrian@mcmen.demon.co.uk, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, j-nomura@ce.jp.nec.com Subject: Re: [PATCH 0/5] block: remove end_{queued|dequeued}_request() Message-ID: <20081001141926.GG19428@kernel.dk> References: <20081001.100942.74754500.k-ueda@ct.jp.nec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081001.100942.74754500.k-ueda@ct.jp.nec.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1334 Lines: 36 On Wed, Oct 01 2008, Kiyoshi Ueda wrote: > Hi Jens, > > This patch-set removes end_queued_request() and end_dequeued_request(), > which became identical by the blk_end_request patch-set: > http://marc.info/?l=linux-kernel&m=119741306502719&w=2 > > They just calls __blk_end_request() actually, so users of them are > converted to call __blk_end_request() directly. > There should be no functional change. > > This patch-set was created on top of the commit below of for-2.6.28. > --------------------------------------------------------------------- > commit e857b07acc3f1352224f380fcbf26ef985116cc8 > Author: Sven Schuetz > Date: Fri Sep 26 10:58:02 2008 +0200 > > include blktrace_api.h in headers_install > --------------------------------------------------------------------- > > end_request() could be also removed, but it has been used by > many old drivers and auditing all such codes will take a time. > So this patch-set doesn't remove end_request(). > > Please review and apply. Looks good, applied to the mix! Thanks. -- 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/