Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932314AbWBFTgh (ORCPT ); Mon, 6 Feb 2006 14:36:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932315AbWBFTgh (ORCPT ); Mon, 6 Feb 2006 14:36:37 -0500 Received: from courier.cs.helsinki.fi ([128.214.9.1]:52129 "EHLO mail.cs.helsinki.fi") by vger.kernel.org with ESMTP id S932314AbWBFTgg (ORCPT ); Mon, 6 Feb 2006 14:36:36 -0500 Subject: [RFC/PATCH] block: undeprecate ll_rw_block() From: Pekka Enberg To: linux-kernel@vger.kernel.org Cc: Andrew Morton , Jens Axboe , Christoph Hellwig Date: Mon, 06 Feb 2006 21:36:30 +0200 Message-Id: <1139254591.17774.5.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Mailer: Evolution 2.4.2.1 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1174 Lines: 34 From: Pekka Enberg This patch removes the DEPRECATED comment from ll_rw_block(). The function is still in active use and there isn't any real replacement for it. Cc: Andrew Morton Cc: Jens Axboe Cc: Christoph Hellwig Signed-off-by: Pekka Enberg --- fs/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: 2.6/fs/buffer.c =================================================================== --- 2.6.orig/fs/buffer.c +++ 2.6/fs/buffer.c @@ -2830,7 +2830,7 @@ int submit_bh(int rw, struct buffer_head } /** - * ll_rw_block: low-level access to block devices (DEPRECATED) + * ll_rw_block: low-level access to block devices * @rw: whether to %READ or %WRITE or %SWRITE or maybe %READA (readahead) * @nr: number of &struct buffer_heads in the array * @bhs: array of pointers to &struct buffer_head - 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/