From 9885290da9fa6dadd4053023c807bb1860224c88 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Tue, 20 Feb 2024 21:55:34 +0100 Subject: [PATCH] fix up some " issues --- ...writes-when-non-standard-maximum-write-size-negotiated.patch | 2 +- ...writes-when-non-standard-maximum-write-size-negotiated.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/queue-6.6/smb-fix-regression-in-writes-when-non-standard-maximum-write-size-negotiated.patch b/queue-6.6/smb-fix-regression-in-writes-when-non-standard-maximum-write-size-negotiated.patch index 86fbc51c2b2..ebe741d8442 100644 --- a/queue-6.6/smb-fix-regression-in-writes-when-non-standard-maximum-write-size-negotiated.patch +++ b/queue-6.6/smb-fix-regression-in-writes-when-non-standard-maximum-write-size-negotiated.patch @@ -25,7 +25,7 @@ round down the maximum write size if the server negotiates a value that is not a multiple of 4096 (we also have to check to make sure that we do not round it down to zero). -Reported-by: R. Diez" +Reported-by: "R. Diez" Fixes: d08089f649a0 ("cifs: Change the I/O paths to use an iterator rather than a page list") Suggested-by: Ronnie Sahlberg Acked-by: Ronnie Sahlberg diff --git a/queue-6.7/smb-fix-regression-in-writes-when-non-standard-maximum-write-size-negotiated.patch b/queue-6.7/smb-fix-regression-in-writes-when-non-standard-maximum-write-size-negotiated.patch index 39983db49c9..6f3cecc5c19 100644 --- a/queue-6.7/smb-fix-regression-in-writes-when-non-standard-maximum-write-size-negotiated.patch +++ b/queue-6.7/smb-fix-regression-in-writes-when-non-standard-maximum-write-size-negotiated.patch @@ -25,7 +25,7 @@ round down the maximum write size if the server negotiates a value that is not a multiple of 4096 (we also have to check to make sure that we do not round it down to zero). -Reported-by: R. Diez" +Reported-by: "R. Diez" Fixes: d08089f649a0 ("cifs: Change the I/O paths to use an iterator rather than a page list") Suggested-by: Ronnie Sahlberg Acked-by: Ronnie Sahlberg -- 2.47.3