[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.61.0705041433530.18504@yvahk01.tjqt.qr>
Date: Fri, 4 May 2007 14:34:57 +0200 (MEST)
From: Jan Engelhardt <jengelh@...ux01.gwdg.de>
To: "Robert P. J. Day" <rpjday@...dspring.com>
cc: Andrew Morton <akpm@...ux-foundation.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] Rewrite the MAJOR() macro as a call to imajor().
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@...radead.org
M: v4l-dvb-maintainer@...uxtv.org
L: video4linux-list@...hat.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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists