From: Jon Derrick <jonathan.derrick@intel.com>
To: Scott Bauer <scott.bauer@intel.com>, linux-block@vger.kernel.org
Cc: david.fugate@intel.com, axboe@fb.com, hch@infradead.org,
rafael.antognolli@intel.com
Subject: Re: [PATCH] block: sed-opal: Set MBRDone on S3 resume path if TPER is MBREnabled
Date: Thu, 31 Aug 2017 14:10:36 -0600 [thread overview]
Message-ID: <f8da2845-bc33-8afb-2695-958b0a7425f1@intel.com> (raw)
In-Reply-To: <20170831174238.2714-1-scott.bauer@intel.com>
Hey Scott,
> +static int __opal_set_mbr_done(struct opal_dev *dev, struct opal_key *key)
> +{
> + u8 mbr_done_tf = 1;
> + const struct opal_step mbrdone_step [] = {
> + { opal_discovery0, },
> + { start_admin1LSP_opal_session, key },
> + { set_mbr_done, &mbr_done_tf },
Do you need to end_opal_session here?
> + { NULL, }
> + };
> +
next prev parent reply other threads:[~2017-08-31 20:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-31 17:42 [PATCH] block: sed-opal: Set MBRDone on S3 resume path if TPER is MBREnabled Scott Bauer
2017-08-31 20:10 ` Jon Derrick [this message]
2017-08-31 19:58 ` Scott Bauer
2017-09-01 7:31 ` Christoph Hellwig
2017-08-31 20:19 ` Jens Axboe
2017-08-31 20:13 ` Scott Bauer
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=f8da2845-bc33-8afb-2695-958b0a7425f1@intel.com \
--to=jonathan.derrick@intel.com \
--cc=axboe@fb.com \
--cc=david.fugate@intel.com \
--cc=hch@infradead.org \
--cc=linux-block@vger.kernel.org \
--cc=rafael.antognolli@intel.com \
--cc=scott.bauer@intel.com \
/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.