Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754243AbXEDMfu (ORCPT ); Fri, 4 May 2007 08:35:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754924AbXEDMfu (ORCPT ); Fri, 4 May 2007 08:35:50 -0400 Received: from mailer.gwdg.de ([134.76.10.26]:56242 "EHLO mailer.gwdg.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754243AbXEDMft (ORCPT ); Fri, 4 May 2007 08:35:49 -0400 Date: Fri, 4 May 2007 14:34:57 +0200 (MEST) From: Jan Engelhardt To: "Robert P. J. Day" cc: Andrew Morton , Linux Kernel Mailing List Subject: Re: [PATCH] Rewrite the MAJOR() macro as a call to imajor(). In-Reply-To: Message-ID: References: <20070503231814.e12ad2d7.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Report: Content analysis: 0.0 points, 6.0 required _SUMMARY_ Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1133 Lines: 32 On May 4 2007 08:21, Robert P. J. Day wrote: >arch/sh/boards/landisk/landisk_pwb.c: minor = MINOR(inode->i_rdev); >arch/sh/boards/landisk/landisk_pwb.c: minor = MINOR(inode->i_rdev); >drivers/block/loop.c: return i && S_ISBLK(i->i_mode) && MAJOR(i->i_rdev) == LOOP_MAJOR; >drivers/media/video/ivtv/ivtv-fileops.c: int minor = MINOR(inode->i_rdev); >include/linux/fs.h: return MINOR(inode->i_rdev); >include/linux/fs.h: return MAJOR(inode->i_rdev); >sound/oss/au1550_ac97.c: int minor = MINOR(inode->i_rdev); > >who's in charge of video/ivtv (hints?) >From maintainers: VIDEO FOR LINUX P: Mauro Carvalho Chehab M: mchehab@infradead.org M: v4l-dvb-maintainer@linuxtv.org L: video4linux-list@redhat.com W: http://linuxtv.org T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git S: Maintained Jan -- - 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/