2 changes: 1 addition & 1 deletion 2 daemons/lvmlockd/lvmlockd-internal.h Original file line numberDiff line numberDiff line change @@ -608,7 +608,7 @@ static inline int lm_rem_lockspace_sanlock(struct lockspace *ls, int free_vg) return -1; } int lm_add_resource_sanlock(struct ...
@@ -3453,3 +3453,60 @@ int lockd_lv_refresh(struct cmd_context *cmd, struct lvresize_params *lp) return 1; }static void _split_line(char *buf, int *argc, char **argv, int max_args, char sep) { char *p = buf; int i;argv[0] = p;for...