Re: [PATCHv2 5/6] sg: use standard lists for sg_requests

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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 <hare@xxxxxxxx>
---
[..]

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

And here it is




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]

  Powered by Linux