From: osandov@osandov.com (Omar Sandoval)
Subject: [PATCH] blktests: nvme/00[2 | 3 | 4] add module cleanup
Date: Mon, 4 Jun 2018 17:16:59 -0700 [thread overview]
Message-ID: <20180605001659.GB16585@vader> (raw)
In-Reply-To: <20180603190126.26338-1-chaitanya.kulkarni@wdc.com>
On Sun, Jun 03, 2018@03:01:26PM -0400, Chaitanya Kulkarni wrote:
> Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni at wdc.com>
Thanks, Chaitanya, applied.
> ---
> tests/nvme/002 | 2 ++
> tests/nvme/003 | 2 ++
> tests/nvme/004 | 2 ++
> 3 files changed, 6 insertions(+)
>
> diff --git a/tests/nvme/002 b/tests/nvme/002
> index 45e1ab7..786505e 100755
> --- a/tests/nvme/002
> +++ b/tests/nvme/002
> @@ -53,5 +53,7 @@ test() {
>
> _remove_nvmet_port "${port}"
>
> + modprobe -r nvme-loop
> + modprobe -r nvmet
> echo "Test complete"
> }
> diff --git a/tests/nvme/003 b/tests/nvme/003
> index 5639804..9634130 100755
> --- a/tests/nvme/003
> +++ b/tests/nvme/003
> @@ -59,5 +59,7 @@ test() {
> _remove_nvmet_subsystem "blktests-subsystem-1"
> _remove_nvmet_port "${port}"
>
> + modprobe -r nvme-loop
> + modprobe -r nvmet
> echo "Test complete"
> }
> diff --git a/tests/nvme/004 b/tests/nvme/004
> index 2f970b3..ad268e2 100755
> --- a/tests/nvme/004
> +++ b/tests/nvme/004
> @@ -58,5 +58,7 @@ test() {
> losetup -d "$loop_dev"
> rm "$TMPDIR/img"
>
> + modprobe -r nvme-loop
> + modprobe -r nvmet
> echo "Test complete"
> }
> --
> 2.9.5
>
prev parent reply other threads:[~2018-06-05 0:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-03 19:01 [PATCH] blktests: nvme/00[2 | 3 | 4] add module cleanup Chaitanya Kulkarni
2018-06-05 0:16 ` Omar Sandoval [this message]
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=20180605001659.GB16585@vader \
--to=osandov@osandov.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox