From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261408AbTEKNpZ (ORCPT ); Sun, 11 May 2003 09:45:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261409AbTEKNpZ (ORCPT ); Sun, 11 May 2003 09:45:25 -0400 Received: from ns.virtualhost.dk ([195.184.98.160]:46539 "EHLO virtualhost.dk") by vger.kernel.org with ESMTP id S261408AbTEKNpX (ORCPT ); Sun, 11 May 2003 09:45:23 -0400 Date: Sun, 11 May 2003 15:57:36 +0200 From: Jens Axboe To: Adrian Bunk Cc: Christoph Hellwig , torvalds@transmeta.com, linux-kernel@vger.kernel.org Subject: Re: [2.5 patch] remove all #include 's Message-ID: <20030511135736.GM837@suse.de> References: <20030510163043.GJ1107@fs.tum.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030510163043.GJ1107@fs.tum.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, May 10 2003, Adrian Bunk wrote: > all #include 's for 2.5 and blk.h does now #error. If people I think that's _really_ stupid. Make it a warning ala #warning blk.h is deprecated, use blkdev.h like we did with malloc.h in 2.4. > want their drivers to run unmodified under 2.4 it might be necessary to > do a > #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,70) > #include > #endif That is horrible. -- Jens Axboe