]> www.infradead.org Git - linux.git/commit
netfs, cifs: Improve some debugging bits
authorDavid Howells <dhowells@redhat.com>
Fri, 23 Aug 2024 13:36:39 +0000 (14:36 +0100)
committerSteve French <stfrench@microsoft.com>
Tue, 3 Sep 2024 15:17:51 +0000 (10:17 -0500)
commitab85218910729b95f9b0acfebab55c2cab5f8ee7
treede6e00c7fc7943e5a415ddec77f32cde986e9920
parenta68c74865f517e26728735aba0ae05055eaff76c
netfs, cifs: Improve some debugging bits

Improve some debugging bits:

 (1) The netfslib _debug() macro doesn't need a newline in its format
     string.

 (2) Display the request debug ID and subrequest index in messages emitted
     in smb2_adjust_credits() to make it easier to reference in traces.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Steve French <sfrench@samba.org>
cc: Paulo Alcantara <pc@manguebit.com>
cc: Jeff Layton <jlayton@kernel.org>
cc: linux-cifs@vger.kernel.org
cc: netfs@lists.linux.dev
cc: linux-fsdevel@vger.kernel.org
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/netfs/io.c
fs/smb/client/smb2ops.c