Skip to content
  • Steve French's avatar
    smb3: limit noisy error · 423333bc
    Steve French authored
    
    
    For servers which don't support copy_range (SMB3 CopyChunk), the
    logging of:
     CIFS: VFS: \\server\share refcpy ioctl error -95 getting resume key
    can fill the client logs and make debugging real problems more
    difficult.  Change the -EOPNOTSUPP on copy_range to a "warn once"
    
    Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
    423333bc