commit | 5980fc966bb347801f3fcc39a2ef2a1e14fbf8cb | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Thu Jul 28 12:48:26 2011 -0400 |
committer | Steve French <sfrench@us.ibm.com> | Sun Jul 31 21:21:13 2011 +0000 |
tree | 64a3750c18ed9fae2486f0c53d48804efd66a34f | |
parent | 91d065c47317cd5f6577fa077cca3383c8d9243d [diff] |
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 <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>