On 02/03/2017 01:18 PM, Hannes Reinecke wrote:
'Sg_request' is using a private list implementation; convert it
to standard lists.

Signed-off-by: Hannes Reinecke <h...@suse.com>
---
[..]

static bool sg_is_valid_dxfer(sg_io_hdr_t *hp)
  {
-       switch (dxfer_direction) {
+       switch (hp->dxfer_direction) {

And here it is

Reply via email to