From: Jeff Layton Date: Thu, 28 Jul 2011 16:48:26 +0000 (-0400) Subject: cifs: fix compiler warning in CIFSSMBQAllEAs X-Git-Tag: v3.1-rc1~96^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5980fc966bb347801f3fcc39a2ef2a1e14fbf8cb;p=pandora-kernel.git cifs: fix compiler warning in CIFSSMBQAllEAs The recent fix to the above function causes this compiler warning to pop on some gcc versions: CC [M] fs/cifs/cifssmb.o fs/cifs/cifssmb.c: In function ‘CIFSSMBQAllEAs’: fs/cifs/cifssmb.c:5708: warning: ‘ea_name_len’ may be used uninitialized in this function Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed