commit | 3f59138580bf8006fa99641b5803d0f683709f10 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Jun 20 18:31:29 2024 +0100 |
committer | Steve French <stfrench@microsoft.com> | Thu Jun 20 15:25:08 2024 -0500 |
tree | 339e7abfb6bf907eb7620a3cf19804faa6984741 | |
parent | 969b3010cbfcf58de65399dff8252c41b5e79292 [diff] |
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>