Message ID | 20200922141549.26154-4-sjpark@amazon.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | xen-blk(back|front): Let users disable persistent grants | expand |
On 22.09.20 16:15, SeongJae Park wrote: > From: SeongJae Park <sjpark@amazon.de> > > 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 <sjpark@amazon.de> Reviewed-by: Juergen Gross <jgross@suse.com> Juergen
On Tue, Sep 22, 2020 at 04:27:39PM +0200, Jürgen Groß wrote: > On 22.09.20 16:15, SeongJae Park wrote: > > From: SeongJae Park <sjpark@amazon.de> > > > > 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 <sjpark@amazon.de> > > Reviewed-by: Juergen Gross <jgross@suse.com> Does this need to be backported to stable branches? Thanks, Roger.
On Tue, 22 Sep 2020 16:44:25 +0200 "Roger Pau Monné" <roger.pau@citrix.com> wrote: > On Tue, Sep 22, 2020 at 04:27:39PM +0200, Jürgen Groß wrote: > > On 22.09.20 16:15, SeongJae Park wrote: > > > From: SeongJae Park <sjpark@amazon.de> > > > > > > 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 <sjpark@amazon.de> > > > > Reviewed-by: Juergen Gross <jgross@suse.com> > > Does this need to be backported to stable branches? I don't think so, as this is not a bug affecting users? Thanks, SeongJae Park
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 <konrad.wilk@oracle.com>