commit | f14bb039a4e8206439d3e9abd92bc76bd142f243 | [log] [tgz] |
---|---|---|
author | Andy Grover <agrover@redhat.com> | Wed Oct 01 16:07:03 2014 -0700 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Thu Oct 02 21:35:54 2014 -0700 |
tree | 9b97b8aae139d6d26ecdbed0951959bd75c0ad7c | |
parent | 20959c4b4078847e629eed8918abb52bfe5f559a [diff] |
uio: Export definition of struct uio_device In order to prevent a O(n) search of the filesystem to link up its uio node with its target configuration, TCMU needs to know the minor number that UIO assigned. Expose the definition of this struct so TCMU can access this field. Signed-off-by: Andy Grover <agrover@redhat.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>