diff options
| author | SeongJae Park <[email protected]> | 2020-09-23 08:18:41 +0200 |
|---|---|---|
| committer | Boris Ostrovsky <[email protected]> | 2020-10-21 07:15:17 -0500 |
| commit | 4553350ffe53c29156c61df584425ccfaabb2980 (patch) | |
| tree | 1f93d07811b195cf234d09aa0dca9094f8cdaa4d | |
| parent | 74a852479c68e4efb3865d5436fd69ec4f819f96 (diff) | |
xen-blkfront: Apply changed parameter name to the document
Commit 14e710fe7897 ("xen-blkfront: rename indirect descriptor
parameter") changed the name of the module parameter for the maximum
amount of segments in indirect requests but missed updating the
document. This commit updates the document.
Signed-off-by: SeongJae Park <[email protected]>
Reviewed-by: Juergen Gross <[email protected]>
Acked-by: Roger Pau Monné <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Boris Ostrovsky <[email protected]>
| -rw-r--r-- | Documentation/ABI/testing/sysfs-driver-xen-blkfront | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/sysfs-driver-xen-blkfront b/Documentation/ABI/testing/sysfs-driver-xen-blkfront index 9c31334cb2e6..28008905615f 100644 --- a/Documentation/ABI/testing/sysfs-driver-xen-blkfront +++ b/Documentation/ABI/testing/sysfs-driver-xen-blkfront @@ -1,4 +1,4 @@ -What: /sys/module/xen_blkfront/parameters/max +What: /sys/module/xen_blkfront/parameters/max_indirect_segments Date: June 2013 KernelVersion: 3.11 Contact: Konrad Rzeszutek Wilk <[email protected]> |