1. 01 Nov, 2007 1 commit
    • Steve French's avatar
      [CIFS] when mount helper missing fix slash wrong direction in share · 1fb64bfc
      Steve French authored
      Kernel bugzilla bug #9228
      
      If mount helper (mount.cifs) missing, mounts with form like
      //10.11.12.13/c$ would not work (only mounts with slash e.g.
      //10.11.12.13\\c$ would work) due to problem with slash supposed
      to be converted to backslash by the mount helper (which is not
      there).
      
      If we fail on converting an IPv4 address in in4_pton then
      try to canonicalize the first slash (ie between sharename
      and host ip address) if necessary.  If we have to retry
      to check for IPv6 address the slash is already converted
      if necessary.
      Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
      1fb64bfc
  2. 31 Oct, 2007 1 commit
  3. 30 Oct, 2007 1 commit
  4. 26 Oct, 2007 2 commits
  5. 25 Oct, 2007 1 commit
  6. 23 Oct, 2007 2 commits
  7. 22 Oct, 2007 1 commit
  8. 21 Oct, 2007 29 commits
  9. 20 Oct, 2007 2 commits