diff options
| author | David Howells <[email protected]> | 2023-10-06 17:29:59 +0000 |
|---|---|---|
| committer | David Howells <[email protected]> | 2024-05-01 17:08:21 +0000 |
| commit | 3ee1a1fc39819906f04d6c62c180e760cd3a689d (patch) | |
| tree | 600906ca1cb97992663a0586456ce73434571653 /drivers/gpu/drm/amd/amdgpu/amdgpu_mca.c | |
| parent | cifs: Implement netfslib hooks (diff) | |
| download | kernel-3ee1a1fc39819906f04d6c62c180e760cd3a689d.tar.gz kernel-3ee1a1fc39819906f04d6c62c180e760cd3a689d.zip | |
cifs: Cut over to using netfslib
Make the cifs filesystem use netfslib to handle reading and writing on
behalf of cifs. The changes include:
(1) Various read_iter/write_iter type functions are turned into wrappers
around netfslib API functions or are pointed directly at those
functions:
cifs_file_direct{,_nobrl}_ops switch to use
netfs_unbuffered_read_iter and netfs_unbuffered_write_iter.
Large pieces of code that will be removed are #if'd out and will be removed
in subsequent patches.
[?] Why does cifs mark the page dirty in the destination buffer of a DIO
read? Should that happen automatically? Does netfs need to do that?
Signed-off-by: David Howells <[email protected]>
cc: Steve French <[email protected]>
cc: Shyam Prasad N <[email protected]>
cc: Rohith Surabattula <[email protected]>
cc: Jeff Layton <[email protected]>
cc: [email protected]
cc: [email protected]
cc: [email protected]
cc: [email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_mca.c')
0 files changed, 0 insertions, 0 deletions
