f7dacb series.conf: cleanup

Authored and Committed by Michal Kubecek 3 years ago
    series.conf: cleanup
    
    - update upstream references and move into sorted section:
      patches.suse/cifs-add-SMB2_open-arg-to-return-POSIX-data.patch
      patches.suse/cifs-add-smb2-POSIX-info-level.patch
      patches.suse/cifs-call-wake_up-server-response_q-inside-of-cifs_r.patch
      patches.suse/cifs-do-d_move-in-rename.patch
      patches.suse/cifs-do-not-ignore-the-SYNC-flags-in-getattr.patch
      patches.suse/cifs-handle-prefix-paths-in-reconnect.patch
      patches.suse/cifs-make-use-of-cap_unix-ses-in-cifs_reconnect_tcon.patch
      patches.suse/cifs-plumb-smb2-POSIX-dir-enumeration.patch
      patches.suse/cifs-potential-unintitliazed-error-code-in-cifs_geta.patch
      patches.suse/cifs-rename-posix-create-rsp.patch
      patches.suse/cifs-use-mod_delayed_work-for-server-reconnect-if-al.patch
      patches.suse/smb3-fix-performance-regression-with-setting-mtime.patch
    - update to mainline version, rename and move into sorted section:
      patches.suse/cifs-print-warning-once-if-mounting-with-vers-1.0.patch -> patches.suse/cifs-print-warning-mounting-with-vers-1-0.patch
    
    No relevant effect on expanded tree:
    diff -urN old/fs/cifs/connect.c new/fs/cifs/connect.c
    --- old/fs/cifs/connect.c	2020-05-27 11:46:54.090968292 +0200
    +++ new/fs/cifs/connect.c	2020-05-27 11:46:54.990971522 +0200
    @@ -1466,8 +1466,8 @@
     			cifs_dbg(VFS, "vers=1.0 (cifs) not permitted when mounting with smb3\n");
     			return 1;
     		}
    -		printk_once(KERN_WARNING "Use of the less secure dialect "
    -			   "vers=1.0 is not recommended unless required for "
    +		cifs_dbg(VFS, "Use of the less secure dialect vers=1.0 "
    +			   "is not recommended unless required for "
     			   "access to very old servers\n");
     		vol->ops = &smb1_operations;
     		vol->vals = &smb1_values;
    diff -urN old/fs/cifs/smb2ops.c new/fs/cifs/smb2ops.c
    --- old/fs/cifs/smb2ops.c	2020-05-27 11:46:54.074968234 +0200
    +++ new/fs/cifs/smb2ops.c	2020-05-27 11:46:54.974971463 +0200
    @@ -3020,7 +3020,7 @@
     	oparms.fid = &fid;
     	oparms.reconnect = false;
    
    -	rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL,NULL, NULL,
    +	rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL,
     		       NULL);
     	kfree(utf16_path);
     	if (!rc) {
    --
    
        
patches.suse/cifs-print-warning-mounting-with-vers-1-0.patch patches.suse/cifs-print-warning-once-if-mounting-with-vers-1.0.patch
file renamed
+11 -8
file modified
+13 -13