-
- Downloads
netfs: Rename netfs_read_*request to netfs_io_*request
Rename netfs_read_*request to netfs_io_*request so that the same structures can be used for the write helpers too. perl -p -i -e 's/netfs_read_(request|subrequest)/netfs_io_$1/g' \ `git grep -l 'netfs_read_\(sub\|\)request'` perl -p -i -e 's/nr_rd_ops/nr_outstanding/g' \ `git grep -l nr_rd_ops` perl -p -i -e 's/nr_wr_ops/nr_copy_ops/g' \ `git grep -l nr_wr_ops` perl -p -i -e 's/netfs_read_source/netfs_io_source/g' \ `git grep -l 'netfs_read_source'` perl -p -i -e 's/netfs_io_request_ops/netfs_request_ops/g' \ `git grep -l 'netfs_io_request_ops'` perl -p -i -e 's/init_rreq/init_request/g' \ `git grep -l 'init_rreq'` Signed-off-by:David Howells <dhowells@redhat.com> Reviewed-by:
Jeff Layton <jlayton@kernel.org> cc: linux-cachefs@redhat.com Link: https://lore.kernel.org/r/164622988070.3564931.7089670190434315183.stgit@warthog.procyon.org.uk/ # v1 Link: https://lore.kernel.org/r/164678195157.1200972.366609966927368090.stgit@warthog.procyon.org.uk/ # v2 Link: https://lore.kernel.org/r/164692891535.2099075.18435198075367420588.stgit@warthog.procyon.org.uk/ # v3
Showing
- Documentation/filesystems/netfs_library.rst 20 additions, 20 deletionsDocumentation/filesystems/netfs_library.rst
- fs/9p/vfs_addr.c 8 additions, 8 deletionsfs/9p/vfs_addr.c
- fs/afs/file.c 6 additions, 6 deletionsfs/afs/file.c
- fs/afs/internal.h 2 additions, 2 deletionsfs/afs/internal.h
- fs/cachefiles/io.c 3 additions, 3 deletionsfs/cachefiles/io.c
- fs/ceph/addr.c 8 additions, 8 deletionsfs/ceph/addr.c
- fs/ceph/cache.h 2 additions, 2 deletionsfs/ceph/cache.h
- fs/netfs/read_helper.c 97 additions, 97 deletionsfs/netfs/read_helper.c
- include/linux/netfs.h 21 additions, 21 deletionsinclude/linux/netfs.h
- include/trace/events/cachefiles.h 3 additions, 3 deletionsinclude/trace/events/cachefiles.h
- include/trace/events/netfs.h 7 additions, 7 deletionsinclude/trace/events/netfs.h
Loading
Please register or sign in to comment