1. 11 Feb, 2011 1 commit
    • Jeff Layton's avatar
      cifs: don't always drop malformed replies on the floor (try #3) · 71823baf
      Jeff Layton authored
      Slight revision to this patch...use min_t() instead of conditional
      assignment. Also, remove the FIXME comment and replace it with the
      explanation that Steve gave earlier.
      
      After receiving a packet, we currently check the header. If it's no
      good, then we toss it out and continue the loop, leaving the caller
      waiting on that response.
      
      In cases where the packet has length inconsistencies, but the MID is
      valid, this leads to unneeded delays. That's especially problematic now
      that the client waits indefinitely for responses.
      
      Instead, don't immediately discard the packet if checkSMB fails. Try to
      find a matching mid_q_entry, mark it as having a malformed response and
      issue the callback.
      Signed-off-by: default avatarJeff Layton <jlayton@redhat.com>
      Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
      71823baf
  2. 10 Feb, 2011 1 commit
  3. 08 Feb, 2011 2 commits
  4. 07 Feb, 2011 28 commits
  5. 06 Feb, 2011 8 commits