lgtm acked-by me On Wed, 24 May 2023 at 11:38, Steve French <smfrench@xxxxxxxxx> wrote: > > Fix /proc/fs/cifs/DebugData to use the same case for "encryption" > (ie "Encryption" with init capital letter was used in one place). > In addition, if gcm256 encryption (intead of gcm128) is used on > a connection to a server, note that in the DebugData as well. > > It now says (when gcm256 encryption negotiated): > Security type: RawNTLMSSP SessionId: 0x86125800bc000b0d encrypted(gcm256) > > -- > Thanks, > > Steve