commit | 9269e0e898594c65dee6b20d4ed48e33dbbd4eeb | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Thu May 12 07:42:17 2011 -0700 |
committer | Dan Williams <dan.j.williams@intel.com> | Sun Jul 03 04:04:49 2011 -0700 |
tree | f08aebe48d8005eec30a439c1c2d0e1e4b15d4a4 | |
parent | f34d9e5d3f34f395a497a8747316b04ef3e865b1 [diff] |
isci: add some type safety to the state machine interface Now that any given object type only has one state_machine we can use container_of() to get back to the given state machine owner. Reported-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dan Williams <dan.j.williams@intel.com>