Skip to content
  • Jeff Layton's avatar
    cifs: fix up CIFSSMBEcho for unaligned access · 99d86c8f
    Jeff Layton authored
    
    
    Make sure that CIFSSMBEcho can handle unaligned fields. Also fix a minor
    bug that causes this warning:
    
    fs/cifs/cifssmb.c: In function 'CIFSSMBEcho':
    fs/cifs/cifssmb.c:740: warning: large integer implicitly truncated to unsigned type
    
    ...WordCount is u8, not __le16, so no need to convert it.
    
    This patch should apply cleanly on top of the rest of the patchset to
    clean up unaligned access.
    
    Signed-off-by: default avatarJeff Layton <jlayton@redhat.com>
    Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
    99d86c8f