From: Greg Kroah-Hartman Date: Tue, 20 Feb 2024 20:55:34 +0000 (+0100) Subject: fix up some " issues X-Git-Tag: v4.19.307~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9885290da9fa6dadd4053023c807bb1860224c88;p=thirdparty%2Fkernel%2Fstable-queue.git fix up some " issues --- 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