login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
April
»
30
Re: [PATCH 2/2] workqueues: export keventd_wq
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Tejun Heo
Subject:
Re: [PATCH 2/2] workqueues: export keventd_wq
Date: Thursday, April 29, 2010 - 10:16 pm
Hello, On 04/29/2010 09:45 PM, Oleg Nesterov wrote:
quoted text
> -static struct workqueue_struct *keventd_wq __read_mostly; > +struct workqueue_struct *keventd_wq __read_mostly; > +EXPORT_SYMBOL(keventd_wq);
Umm... does it have to be EXPORTed? Suspend block API can't be built as a module, right? -- tejun --
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/9] Suspend block api (version 5)
, =?UTF-8?q?Arve=20Hj= ...
, (Tue Apr 27, 9:31 pm)
[PATCH 1/8] PM: Add suspend block api.
, =?UTF-8?q?Arve=20Hj= ...
, (Tue Apr 27, 9:31 pm)
[PATCH 2/8] PM: suspend_block: Add driver to access suspen ...
, =?UTF-8?q?Arve=20Hj= ...
, (Tue Apr 27, 9:31 pm)
[PATCH 3/8] PM: suspend_block: Abort task freezing if a su ...
, =?UTF-8?q?Arve=20Hj= ...
, (Tue Apr 27, 9:31 pm)
[PATCH 4/8] PM: suspend_block: Add debugfs file
, =?UTF-8?q?Arve=20Hj= ...
, (Tue Apr 27, 9:31 pm)
[PATCH 5/8] PM: suspend_block: Add suspend_blocker stats
, =?UTF-8?q?Arve=20Hj= ...
, (Tue Apr 27, 9:31 pm)
[PATCH 6/8] PM: Add suspend blocking work.
, =?UTF-8?q?Arve=20Hj= ...
, (Tue Apr 27, 9:31 pm)
[PATCH 7/8] Input: Block suspend while event queue is not ...
, =?UTF-8?q?Arve=20Hj= ...
, (Tue Apr 27, 9:31 pm)
[PATCH 8/8] power_supply: Block suspend while power supply ...
, =?UTF-8?q?Arve=20Hj= ...
, (Tue Apr 27, 9:31 pm)
Re: [PATCH 3/8] PM: suspend_block: Abort task freezing if ...
, Pavel Machek
, (Tue Apr 27, 10:07 pm)
Re: [PATCH 6/8] PM: Add suspend blocking work.
, Pavel Machek
, (Tue Apr 27, 11:06 pm)
Re: [PATCH 1/8] PM: Add suspend block api.
, Pavel Machek
, (Tue Apr 27, 11:07 pm)
Re: [PATCH 6/8] PM: Add suspend blocking work.
, Tejun Heo
, (Tue Apr 27, 11:44 pm)
Re: [PATCH 6/8] PM: Add suspend blocking work.
, Arve Hjønnevåg
, (Wed Apr 28, 12:02 am)
Re: [PATCH 6/8] PM: Add suspend blocking work.
, Tejun Heo
, (Wed Apr 28, 12:18 am)
Re: [PATCH 6/8] PM: Add suspend blocking work.
, Oleg Nesterov
, (Wed Apr 28, 12:40 pm)
Re: [PATCH 6/8] PM: Add suspend blocking work.
, Tejun Heo
, (Wed Apr 28, 1:22 pm)
Re: [PATCH 1/8] PM: Add suspend block api.
, Rafael J. Wysocki
, (Wed Apr 28, 1:50 pm)
Re: [PATCH 2/8] PM: suspend_block: Add driver to access su ...
, Rafael J. Wysocki
, (Wed Apr 28, 1:58 pm)
Re: [PATCH 6/8] PM: Add suspend blocking work.
, Rafael J. Wysocki
, (Wed Apr 28, 2:08 pm)
Re: [PATCH 6/8] PM: Add suspend blocking work.
, Rafael J. Wysocki
, (Wed Apr 28, 2:09 pm)
Re: [PATCH 6/8] PM: Add suspend blocking work.
, Arve Hjønnevåg
, (Wed Apr 28, 3:09 pm)
Re: [PATCH 6/8] PM: Add suspend blocking work.
, Rafael J. Wysocki
, (Wed Apr 28, 3:19 pm)
Re: [PATCH 2/8] PM: suspend_block: Add driver to access su ...
, Arve Hjønnevåg
, (Wed Apr 28, 3:31 pm)
Re: [PATCH 2/8] PM: suspend_block: Add driver to access su ...
, Rafael J. Wysocki
, (Wed Apr 28, 4:05 pm)
Re: [PATCH 2/8] PM: suspend_block: Add driver to access su ...
, Arve Hjønnevåg
, (Wed Apr 28, 4:38 pm)
Re: [PATCH 1/8] PM: Add suspend block api.
, Arve Hjønnevåg
, (Wed Apr 28, 8:37 pm)
Re: [PATCH 6/8] PM: Add suspend blocking work.
, Arve Hjønnevåg
, (Wed Apr 28, 8:47 pm)
Re: [PATCH 6/8] PM: Add suspend blocking work.
, Oleg Nesterov
, (Thu Apr 29, 11:58 am)
[PATCH 0/2] workqueue fixlets (Was: PM: Add suspend blocki ...
, Oleg Nesterov
, (Thu Apr 29, 12:44 pm)
[PATCH 1/2] workqueues: flush_delayed_work: keep the origi ...
, Oleg Nesterov
, (Thu Apr 29, 12:45 pm)
[PATCH 2/2] workqueues: export keventd_wq
, Oleg Nesterov
, (Thu Apr 29, 12:45 pm)
Re: [PATCH 6/8] PM: Add suspend blocking work.
, Rafael J. Wysocki
, (Thu Apr 29, 2:08 pm)
Re: [PATCH 6/8] PM: Add suspend blocking work.
, Rafael J. Wysocki
, (Thu Apr 29, 2:09 pm)
Re: [PATCH 2/8] PM: suspend_block: Add driver to access su ...
, Rafael J. Wysocki
, (Thu Apr 29, 2:11 pm)
Re: [PATCH 1/8] PM: Add suspend block api.
, Rafael J. Wysocki
, (Thu Apr 29, 2:16 pm)
Re: [PATCH 2/8] PM: suspend_block: Add driver to access su ...
, Arve Hjønnevåg
, (Thu Apr 29, 4:41 pm)
Re: [PATCH 1/8] PM: Add suspend block api.
, Tejun Heo
, (Thu Apr 29, 9:24 pm)
Re: [PATCH 1/2] workqueues: flush_delayed_work: keep the o ...
, Tejun Heo
, (Thu Apr 29, 10:15 pm)
Re: [PATCH 2/2] workqueues: export keventd_wq
, Tejun Heo
, (Thu Apr 29, 10:16 pm)
Re: [PATCH 2/2] workqueues: export keventd_wq
, Arve Hjønnevåg
, (Thu Apr 29, 10:39 pm)
Re: [PATCH 2/2] workqueues: export keventd_wq
, Tejun Heo
, (Thu Apr 29, 10:52 pm)
Re: [PATCH 1/8] PM: Add suspend block api.
, Oleg Nesterov
, (Fri Apr 30, 10:26 am)
Re: [PATCH 2/2] workqueues: export keventd_wq
, Oleg Nesterov
, (Fri Apr 30, 11:05 am)
Re: [PATCH 2/2] workqueues: export keventd_wq
, Tejun Heo
, (Fri Apr 30, 11:11 am)
Re: [PATCH 1/8] PM: Add suspend block api.
, Tejun Heo
, (Thu May 20, 1:30 am)
Re: [PATCH 1/8] PM: Add suspend block api.
, Rafael J. Wysocki
, (Thu May 20, 3:27 pm)
Re: [PATCH 1/8] PM: Add suspend block api.
, Tejun Heo
, (Thu May 20, 11:35 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Trent Waddington
Re: Gaming Interface
Takashi Iwai
Re: [PATCH] usb: usbmixer error path fix
Jeremy Fitzhardinge
Re: [patch 1/6] Re-enable VDSO by default with PARAVIRT
Paul E. McKenney
Re: [PATCH, RFC] v4 scalable classic RCU implementation
Greg Kroah-Hartman
[PATCH 20/36] Driver core: Call device_pm_add() after bus_add_device() in device_a...
git
:
Stephen R. van den Berg
Re: [RFC] origin link for cherry-pick and revert
Christian Stimming
git-gui: Fix broken revert confirmation.
Junio C Hamano
Re: git-svnimport
Mark Burton
Re: [PATCH] builtin-branch: highlight current remote branches with an asterisk
Johannes Schindelin
Re: [PATCH] Fix approxidate("never") to always return 0
git-commits-head
:
Linux Kernel Mailing List
ath9k_htc: Allocate URBs properly
Linux Kernel Mailing List
bnx2x: Fan failure mechanism on additional design
Linux Kernel Mailing List
cpumask: make irq_set_affinity() take a const struct cpumask
Linux Kernel Mailing List
ARM: 5670/1: bcmring: add default configuration for bcmring arch
Linux Kernel Mailing List
ahci: Workaround HW bug for SB600/700 SATA controller PMP support
linux-netdev
:
Nick Piggin
Re: Kernel WARNING: at net/core/dev.c:1330 __netif_schedule+0x2c/0x98()
Daniel Lezcano
getsockopt(TCP_DEFER_ACCEPT) value change
David Miller
Re: 2.6.27.18: bnx2/tg3: BUG: "scheduling while atomic" trying to ifenslave a seco...
Amit Kumar Salecha
[PATCH NEXT 10/10] qlcnic: add cksum flag
Ingo Molnar
Re: [regression] nf_iterate(), BUG: unable to handle kernel NULL pointer dereference
openbsd-misc
:
James Hozier
Re: DVD burn error: No space left on device
Christophe Rioux
Implementation example of snmp
Ryan McBride
Re: Packets Per Second Limit?
Nick Holland
Re: booting openbsd on eee without cd-rom
Very Fashion.com
Very-fashion.com -Novo! Brendirana garderoba po najpovoljnijim cenama.Bisou Bisou ...
Colocation donated by:
Syndicate