From: David Howells Date: Wed, 22 Nov 2006 14:54:49 +0000 (+0000) Subject: WorkStruct: Merge the pending bit into the wq_data pointer X-Git-Tag: v2.6.20-rc1~34^2~20^2~33^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=365970a1ea76d81cb1ad2f652acb605f06dae256;p=pandora-kernel.git WorkStruct: Merge the pending bit into the wq_data pointer Reclaim a word from the size of the work_struct by folding the pending bit and the wq_data pointer together. This shouldn't cause misalignment problems as all pointers should be at least 4-byte aligned. Signed-Off-By: David Howells --- Reading git-diff-tree failed