projects
/
lvm2.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88a085c
)
lvmlockd: update prototype for non-lvmlockd build
1523129386
author
Zdenek Kabelac <zkabelac@redhat.com>
Fri, 1 Nov 2024 10:27:02 +0000
(11:27 +0100)
committer
Zdenek Kabelac <zkabelac@redhat.com>
Fri, 1 Nov 2024 10:27:02 +0000
(11:27 +0100)
Match prototype to last updates of lockd_init_lv_args().
lib/locking/lvmlockd.h
patch
|
blob
|
history
diff --git
a/lib/locking/lvmlockd.h
b/lib/locking/lvmlockd.h
index c864c75e34e448b803d27cf66b5601109fad066a..f6f059f2854b66c1ec55db9a31c9d8e3bda67f03 100644
(file)
--- a/
lib/locking/lvmlockd.h
+++ b/
lib/locking/lvmlockd.h
@@
-255,7
+255,7
@@
static inline int lockd_init_lv(struct cmd_context *cmd, struct volume_group *vg
}
static inline int lockd_init_lv_args(struct cmd_context *cmd, struct volume_group *vg,
-
struct logical_volume *lv, const char *lock_type
, const char **lock_args)
+
struct logical_volume *lv, const char *lock_type, const char *last_args
, const char **lock_args)
{
return 1;
}
This page took
0.081774 seconds
and
5
git commands to generate.