Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: thomas.tai@oracle.com (Thomas Tai)
Subject: [PATCH] Documentation: nvme: Correct typo in nvme fault injection example
Date: Mon, 12 Feb 2018 11:47:25 -0500	[thread overview]
Message-ID: <1518454045-3825-1-git-send-email-thomas.tai@oracle.com> (raw)

The debugfs entry for DNR should have been dont_retry.

Signed-off-by: Thomas Tai <thomas.tai at oracle.com>
---
 Documentation/fault-injection/nvme-fault-injection.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/fault-injection/nvme-fault-injection.txt b/Documentation/fault-injection/nvme-fault-injection.txt
index e37b9c7..8fbf3bf 100644
--- a/Documentation/fault-injection/nvme-fault-injection.txt
+++ b/Documentation/fault-injection/nvme-fault-injection.txt
@@ -73,7 +73,7 @@ mount /dev/nvme0n1 /mnt
 echo 1 > /sys/kernel/debug/nvme0n1/fault_inject/times
 echo 100 > /sys/kernel/debug/nvme0n1/fault_inject/probability
 echo 1 > /sys/kernel/debug/nvme0n1/fault_inject/status
-echo 0 > /sys/kernel/debug/nvme0n1/fault_inject/no_retry
+echo 0 > /sys/kernel/debug/nvme0n1/fault_inject/dont_retry
 
 cp a.file /mnt
 
-- 
1.8.3.1

             reply	other threads:[~2018-02-12 16:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-12 16:47 Thomas Tai [this message]
2018-02-12 18:38 ` [PATCH] Documentation: nvme: Correct typo in nvme fault injection example Sagi Grimberg

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=1518454045-3825-1-git-send-email-thomas.tai@oracle.com \
    --to=thomas.tai@oracle.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