From: Greg Kroah-Hartman Date: Mon, 1 Aug 2011 22:59:00 +0000 (-0700) Subject: fix up comments in cifs patch X-Git-Tag: v2.6.39.4~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa2c12a6c13a890f6ee25307eea7ed386b611ea3;p=thirdparty%2Fkernel%2Fstable-queue.git fix up comments in cifs patch --- diff --git a/queue-2.6.39/cifs-lower-default-and-max-wsize-to-what-2.6.39-can-handle.patch b/queue-2.6.39/cifs-lower-default-and-max-wsize-to-what-2.6.39-can-handle.patch index b6f4e030f74..4e3f9ecfedb 100644 --- a/queue-2.6.39/cifs-lower-default-and-max-wsize-to-what-2.6.39-can-handle.patch +++ b/queue-2.6.39/cifs-lower-default-and-max-wsize-to-what-2.6.39-can-handle.patch @@ -28,8 +28,6 @@ something suitable for 2.6.39. This patch also accounts for the change in field name from sec_mode to secMode that went into 3.0. -Cc: # .39.x: f7910cb: cifs: clean up wsize negotiation and allow for larger wsize -Cc: # .39.x: 1190f6a: cifs: fix wsize negotiation to respect max buffer size and active signing (try #4) Signed-off-by: Jeff Layton Signed-off-by: Greg Kroah-Hartman ---