cifs: Move the 'pid' from the subreq to the req
authorDavid Howells <dhowells@redhat.com>
Thu, 20 Jun 2024 17:31:29 +0000 (18:31 +0100)
committerSteve French <stfrench@microsoft.com>
Thu, 20 Jun 2024 20:25:08 +0000 (15:25 -0500)
commit3f59138580bf8006fa99641b5803d0f683709f10
tree339e7abfb6bf907eb7620a3cf19804faa6984741
parent969b3010cbfcf58de65399dff8252c41b5e79292
cifs: Move the 'pid' from the subreq to the req

Move the reference pid from the cifs_io_subrequest struct to the
cifs_io_request struct as it's the same for all subreqs of a particular
request.

Signed-off-by: David Howells <dhowells@redhat.com>
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/smb/client/cifsglob.h
fs/smb/client/cifssmb.c
fs/smb/client/file.c
fs/smb/client/smb2pdu.c