Skip to content
Commit ec148752 authored by Nathan Straz's avatar Nathan Straz Committed by Steven Whitehouse
Browse files

GFS2: Initialize hex string to '0'



When generating the DLM lock name, a value of 0 would skip
the loop and leave the string unchanged.  This left locks with
a value of 0 unlabeled.  Initializing the string to '0' fixes this.

Signed-off-by: default avatarNathan Straz <nstraz@redhat.com>
Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent 4a490b78
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment