commit | 365970a1ea76d81cb1ad2f652acb605f06dae256 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Nov 22 14:54:49 2006 +0000 |
committer | David Howells <dhowells@redhat.com> | Wed Nov 22 14:54:49 2006 +0000 |
tree | d2a34e397a4c2d9d0c27ceb0854752afe143c100 | |
parent | 6bb49e5965c1fc399b4d3cd2b5cf2da535b330c0 [diff] |
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 <dhowells@redhat.com>