From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266459AbUGJX1S (ORCPT ); Sat, 10 Jul 2004 19:27:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266460AbUGJX1S (ORCPT ); Sat, 10 Jul 2004 19:27:18 -0400 Received: from [213.146.154.40] ([213.146.154.40]:7358 "EHLO pentafluge.infradead.org") by vger.kernel.org with ESMTP id S266459AbUGJX1P (ORCPT ); Sat, 10 Jul 2004 19:27:15 -0400 Date: Sun, 11 Jul 2004 00:27:14 +0100 From: Christoph Hellwig To: Arnd Bergmann Cc: Peter Osterlund , linux-kernel@vger.kernel.org, Jens Axboe , Andrew Morton Subject: Re: [PATCH] CDRW packet writing support for 2.6.7-bk13 Message-ID: <20040710232714.GA21633@infradead.org> Mail-Followup-To: Christoph Hellwig , Arnd Bergmann , Peter Osterlund , linux-kernel@vger.kernel.org, Jens Axboe , Andrew Morton References: <200407110120.47256.arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407110120.47256.arnd@arndb.de> User-Agent: Mutt/1.4.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jul 11, 2004 at 01:20:45AM +0200, Arnd Bergmann wrote: > These are actually incorrect definitions since the ioctl argument is > not a pointer to unsigned int but instead just an int. However, that's > too late to fix without breaking the existing tools. The tools need to change anyway to get away from the broken behaviour to issue in ioctl on the actual block device to bind it..