1. 23 May, 2011 1 commit
    • Jeff Layton's avatar
      cifs: consolidate SendReceive response checks · 2c8f981d
      Jeff Layton authored
      Further consolidate the SendReceive code by moving the checks run over
      the packet into a separate function that all the SendReceive variants
      can call.
      
      We can also eliminate the check for a receive_len that's too big or too
      small. cifs_demultiplex_thread already checks that and disconnects the
      socket if that occurs, while setting the midStatus to MALFORMED. It'll
      never call this code if that's the case.
      
      Finally do a little cleanup. Use "goto out" on errors so that the flow
      of code in the normal case is more evident. Also switch the logErr
      variable in map_smb_to_linux_error to a bool.
      Reviewed-by: default avatarPavel Shilovsky <piastry@etersoft.ru>
      Signed-off-by: default avatarJeff Layton <jlayton@redhat.com>
      Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
      2c8f981d
  2. 22 May, 2011 5 commits
  3. 21 May, 2011 7 commits
  4. 20 May, 2011 27 commits