-
- Downloads
netfs: Rename the netfs_io_request cleanup op and give it an op pointer
The netfs_io_request cleanup op is now always in a position to be given a pointer to a netfs_io_request struct, so this can be passed in instead of the mapping and private data arguments (both of which are included in the struct). So rename the ->cleanup op to ->free_request (to match ->init_request) and pass in the I/O pointer. Signed-off-by:David Howells <dhowells@redhat.com> Reviewed-by:
Jeff Layton <jlayton@kernel.org> cc: linux-cachefs@redhat.com
Showing
- Documentation/filesystems/netfs_library.rst 12 additions, 12 deletionsDocumentation/filesystems/netfs_library.rst
- fs/9p/vfs_addr.c 5 additions, 6 deletionsfs/9p/vfs_addr.c
- fs/afs/file.c 3 additions, 3 deletionsfs/afs/file.c
- fs/ceph/addr.c 4 additions, 5 deletionsfs/ceph/addr.c
- fs/netfs/objects.c 3 additions, 3 deletionsfs/netfs/objects.c
- include/linux/netfs.h 2 additions, 1 deletioninclude/linux/netfs.h
Loading
Please register or sign in to comment