From: Simon Que Date: Thu, 17 Jan 2013 19:18:20 +0000 (-0800) Subject: eCryptfs: initialize payload_len in keystore.c X-Git-Tag: v3.9-rc2~20^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa5199648e273a5e3e80aca41c1eb53700438dc1;p=pandora-kernel.git eCryptfs: initialize payload_len in keystore.c This is meant to remove a compiler warning. It should not make any functional change. payload_len should be initialized when it is passed to write_tag_64_packet() as a pointer. If that call fails, this function should return early, and payload_len won't be used. Signed-off-by: Simon Que Signed-off-by: Tyler Hicks --- Reading git-diff-tree failed