Tentatively merged these two patches into cifs-2.6.git for-next pending testing On Fri, Jul 5, 2019 at 3:43 PM Ronnie Sahlberg <lsahlber@xxxxxxxxxx> wrote: > > not just if CONFIG_CIFS_DEBUG2 is enabled. > > Signed-off-by: Ronnie Sahlberg <lsahlber@xxxxxxxxxx> > --- > fs/cifs/connect.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c > index 8c4121da624e..11adca981263 100644 > --- a/fs/cifs/connect.c > +++ b/fs/cifs/connect.c > @@ -1221,11 +1221,11 @@ cifs_demultiplex_thread(void *p) > atomic_read(&midCount)); > cifs_dump_mem("Received Data is: ", bufs[i], > HEADER_SIZE(server)); > + smb2_add_credits_from_hdr(bufs[i], server); > #ifdef CONFIG_CIFS_DEBUG2 > if (server->ops->dump_detail) > server->ops->dump_detail(bufs[i], > server); > - smb2_add_credits_from_hdr(bufs[i], server); > cifs_dump_mids(server); > #endif /* CIFS_DEBUG2 */ > } > -- > 2.13.6 > -- Thanks, Steve