The commit below modified the static initialisers for work queues, track those changes in aufs2:
commit ca1cab37d91cbe8a8333732540d43cabb54cfa85 Author: Andrew Morton <a...@linux-foundation.org> Date: Tue Oct 26 14:22:34 2010 -0700 workqueues: s/ON_STACK/ONSTACK/ Signed-off-by: Andy Whitcroft <a...@canonical.com> --- ubuntu/aufs/wkq.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ubuntu/aufs/wkq.c b/ubuntu/aufs/wkq.c index 805b3b4..b1ca42e 100644 --- a/ubuntu/aufs/wkq.c +++ b/ubuntu/aufs/wkq.c @@ -117,7 +117,7 @@ static void au_wkq_run(struct au_wkinfo *wkinfo, unsigned int flags) au_dbg_verify_kthread(); if (flags & AuWkq_WAIT) { - INIT_WORK_ON_STACK(&wkinfo->wk, wkq_func); + INIT_WORK_ONSTACK(&wkinfo->wk, wkq_func); wkq = au_wkq[AuWkq_INORMAL].wkq; if (flags & AuWkq_PRE) wkq = au_wkq[AuWkq_IPRE].wkq; -- 1.7.1 ------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev