"Michael C. Toren" wrote: > > Hi, > > In kernel/printk.c, it looks like acquire_console_sem() is exported, but > not release_console_sem()? Is this intentional, or just an oversight? Oversight. It's possible that some modular video drivers will need to acquire this lock, so it should be exported. At this time, it's only fbcon.c and that code doesn't support modular linkage, so nobody has noticed. --- linux-2.4.18-pre3/kernel/printk.c Thu Jan 10 13:39:50 2002 +++ linux-akpm/kernel/printk.c Sat Jan 12 19:32:50 2002 @@ -529,6 +529,7 @@ void release_console_sem(void) if (must_wake_klogd && !oops_in_progress) wake_up_interruptible(&log_wait); } +EXPORT_SYMBOL(release_console_sem); /** console_conditional_schedule - yield the CPU if required * - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo _at_ vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
References:
- acquire_console_sem exported, but not release_console_sem?"Michael C. Toren" <mct _at_ toren.net>
- Prev by Date: Re: [2.4.17/18pre] VM and swap - it's really unusable
- Next by Date: Re: oops in the filesystem code (ext3) during find (cron)
- Previous by thread: acquire_console_sem exported, but not release_console_sem?
- Next by thread: [CFT][PATCH] ide-floppy cleanups/media change detection (1/5)
- Indexes:[Main][Thread]