diff options
author | 2023-05-18 13:45:56 -0400 | |
---|---|---|
committer | 2023-06-11 16:37:45 -0400 | |
commit | 507df40ebf31655203dd05e6e31db5849a83347a (patch) | |
tree | d639cfde77a2ea18bdad9def841aca9b18e8a457 /scripts/generate_rust_analyzer.py | |
parent | NFSD: Update rq_next_page between COMPOUND operations (diff) | |
download | wireguard-linux-507df40ebf31655203dd05e6e31db5849a83347a.tar.xz wireguard-linux-507df40ebf31655203dd05e6e31db5849a83347a.zip |
NFSD: Hoist rq_vec preparation into nfsd_read()
Accrue the following benefits:
a) Deduplicate this common bit of code.
b) Don't prepare rq_vec for NFSv2 and NFSv3 spliced reads, which
don't use rq_vec. This is already the case for
nfsd4_encode_read().
c) Eventually, converting NFSD's read path to use a bvec iterator
will be simpler.
In the next patch, nfsd_iter_read() will replace nfsd_readv() for
all NFS versions.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions