WorkStruct: Merge the pending bit into the wq_data pointer
authorDavid Howells <dhowells@redhat.com>
Wed, 22 Nov 2006 14:54:49 +0000 (14:54 +0000)
committerDavid Howells <dhowells@redhat.com>
Wed, 22 Nov 2006 14:54:49 +0000 (14:54 +0000)
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 <dhowells@redhat.com>

No differences found