From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 30 Aug 2001 04:30:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 30 Aug 2001 04:30:31 -0400 Received: from pizda.ninka.net ([216.101.162.242]:33932 "EHLO pizda.ninka.net") by vger.kernel.org with ESMTP id ; Thu, 30 Aug 2001 04:30:21 -0400 Date: Thu, 30 Aug 2001 01:30:23 -0700 (PDT) Message-Id: <20010830.013023.94071732.davem@redhat.com> To: alan@lxorguk.ukuu.org.uk Cc: manik@cisco.com, linux-kernel@vger.kernel.org Subject: Re: ioctl conflicts From: "David S. Miller" In-Reply-To: In-Reply-To: <3B8DEF9D.26F7544D@cisco.com> X-Mailer: Mew version 2.0 on Emacs 21.0 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: Alan Cox Date: Thu, 30 Aug 2001 09:20:45 +0100 (BST) > I was grep-ing on a 2.4 source tree when i found the > following : > > ./include/linux/videodev.h:#define VIDIOCGCAP > _IOR('v',1,struct video_capability) > ./include/linux/ext2_fs.h:#define EXT2_IOC_GETVERSION _IOR('v',1, > long) Thats fine. ext2 ioctls and video ioctls go to different places Consider sparc64. Later, David S. Miller davem@redhat.com