Re: [PATCH wq#for-2.6.39] workqueue: fix build failure introduced by s/freezeable/freezable/
From: Tejun Heo <tj@kernel.org>
Date: 2011-02-21 09:10:16
Also in:
lkml
From: Tejun Heo <tj@kernel.org>
Date: 2011-02-21 09:10:16
Also in:
lkml
On Mon, Feb 21, 2011 at 10:03:54AM +0100, Tejun Heo wrote:
new usage of the flag. The combination of the two creates a build failure after merge. Fix it by renaming all freezeables to freezables. Signed-off-by: Tejun Heo <tj@kernel.org> Reported-by: Stephen Rothwell <redacted> --- I pulled mainline into wq#for-2.6.39 and applied the build fix. #for-next updated accordingly. Dmitry, please feel free to pull in the following branch for system_wq_freezable. The branch is stable. HEAD is 6c9e293a1f (workqueue: fix build failure introduced by s/freezeable/freezable/). git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git for-2.6.39
Updated commit message (the first line went missing because it started with #fixes-2.6.38), the new HEAD is 24d51add74. Thanks. -- tejun