* [PATCH multipath-tools] libmpathpersist: fix mpath_persistent_reserve_out(3) synopsis
@ 2026-02-02 21:40 Stefan Hajnoczi
2026-02-02 21:55 ` Benjamin Marzinski
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Hajnoczi @ 2026-02-02 21:40 UTC (permalink / raw)
To: dm-devel; +Cc: Martin Wilck, Benjamin Marzinski, Stefan Hajnoczi
The argument list is copy-pasted from mpath_persistent_reserve_in(3)
instead of mpath_persistent_reserve_out(3). Use the correct argument
list from libmpathpersist/mpath_persist.h.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
libmpathpersist/mpath_persistent_reserve_out.3 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libmpathpersist/mpath_persistent_reserve_out.3 b/libmpathpersist/mpath_persistent_reserve_out.3
index 3dbeae1f..ab1f923e 100644
--- a/libmpathpersist/mpath_persistent_reserve_out.3
+++ b/libmpathpersist/mpath_persistent_reserve_out.3
@@ -6,7 +6,7 @@
.\" Update the date below if you make any significant change.
.\" ----------------------------------------------------------------------------
.
-.TH MPATH_PERSISTENT_RESERVE_OUT 3 2024-02-09 Linux
+.TH MPATH_PERSISTENT_RESERVE_OUT 3 2026-02-02 Linux
.
.
.\" ----------------------------------------------------------------------------
@@ -22,7 +22,7 @@ mpath_persistent_reserve_out \- send PROUT command to DM device
.
.B #include <mpath_persist.h>
.P
-.BI "int mpath_persistent_reserve_out" "(int fd, int rq_servact, struct prin_resp *resp, int noisy, int verbose)"
+.BI "int mpath_persistent_reserve_out" "(int fd, int rq_servact, int rq_scope, unsigned int rq_type, struct prout_param_descriptor *paramp, int noisy, int verbose)"
.P
.
.
--
2.52.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH multipath-tools] libmpathpersist: fix mpath_persistent_reserve_out(3) synopsis
2026-02-02 21:40 [PATCH multipath-tools] libmpathpersist: fix mpath_persistent_reserve_out(3) synopsis Stefan Hajnoczi
@ 2026-02-02 21:55 ` Benjamin Marzinski
0 siblings, 0 replies; 2+ messages in thread
From: Benjamin Marzinski @ 2026-02-02 21:55 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: dm-devel, Martin Wilck
On Mon, Feb 02, 2026 at 04:40:07PM -0500, Stefan Hajnoczi wrote:
> The argument list is copy-pasted from mpath_persistent_reserve_in(3)
> instead of mpath_persistent_reserve_out(3). Use the correct argument
> list from libmpathpersist/mpath_persist.h.
>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Benjamin Marzinski <bmarzins@redhat.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-02-02 21:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-02 21:40 [PATCH multipath-tools] libmpathpersist: fix mpath_persistent_reserve_out(3) synopsis Stefan Hajnoczi
2026-02-02 21:55 ` Benjamin Marzinski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox