1. Nov 21, 2008
    • Steve French's avatar
      [CIFS] Do not attempt to close invalidated file handles · ddb4cbfc
      Steve French authored
      
      
      If a connection with open file handles has gone down
      and come back up and reconnected without reopening
      the file handle yet, do not attempt to send an SMB close
      request for this handle in cifs_close.  We were
      checking for the connection being invalid in cifs_close
      but since the connection may have been reconnected
      we also need to check whether the file handle
      was marked invalid (otherwise we could close the
      wrong file handle by accident).
      
      Acked-by: default avatarJeff Layton <jlayton@redhat.com>
      Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
      ddb4cbfc
  2. Nov 19, 2008
  3. Nov 18, 2008
  4. Nov 17, 2008
  5. Nov 16, 2008