Re: [PATCH] Rewrite the MAJOR() macro as a call to imajor().

From: Jan Engelhardt
Date: Fri May 04 2007 - 08:36:07 EST



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@xxxxxxxxxxxxx
M: v4l-dvb-maintainer@xxxxxxxxxxx
L: video4linux-list@xxxxxxxxxx
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/