From: Nathan Straz Date: Tue, 11 Dec 2012 22:01:24 +0000 (-0500) Subject: GFS2: Initialize hex string to '0' X-Git-Tag: v3.8-rc3~27^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec1487528bed94c4aaff3687834fe94203880fd6;p=pandora-kernel.git 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: Nathan Straz Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed