All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Martin K. Petersen" <martin.petersen@oracle.com>
To: Bart Van Assche <bvanassche@acm.org>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>,
	linux-scsi@vger.kernel.org
Subject: Re: [PATCH] scsi: core: Make MODE SENSE DBD a boolean
Date: Wed, 25 Mar 2020 18:06:11 -0400	[thread overview]
Message-ID: <yq1k138hyy4.fsf@oracle.com> (raw)
In-Reply-To: <116e8e24-d442-6239-b401-dd3145f4e8e8@acm.org> (Bart Van Assche's message of "Wed, 25 Mar 2020 14:45:48 -0700")


Bart,

> On 2020-03-25 14:36, Martin K. Petersen wrote:
>>  	} else {
>>  		modepage = 8;
>> -		dbd = 0;
>> +		dbd = true;
>>  	}
>
> Is this change on purpose?

No, I probably triggered on the 8 in the modepage line above when I made
this change. Thanks for spotting!

-- 
Martin K. Petersen	Oracle Linux Engineering

  reply	other threads:[~2020-03-25 22:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-25 21:36 [PATCH] scsi: core: Make MODE SENSE DBD a boolean Martin K. Petersen
2020-03-25 21:45 ` Bart Van Assche
2020-03-25 22:06   ` Martin K. Petersen [this message]
2020-03-25 22:24   ` [PATCH v2] " Martin K. Petersen
2020-03-26  1:44     ` Douglas Gilbert
2020-03-27  0:51       ` Martin K. Petersen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yq1k138hyy4.fsf@oracle.com \
    --to=martin.petersen@oracle.com \
    --cc=bvanassche@acm.org \
    --cc=linux-scsi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.