]> www.infradead.org Git - users/hch/misc.git/commit
nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commit
authorMike Snitzer <snitzer@kernel.org>
Thu, 5 Sep 2024 19:09:52 +0000 (15:09 -0400)
committerAnna Schumaker <anna.schumaker@oracle.com>
Mon, 23 Sep 2024 19:03:30 +0000 (15:03 -0400)
commitdf24c483e28f7f9a421afde15d0497e61bc2d3ea
tree5a6536c66e7a7e40a104162fe5f019fdea11406e
parent946af9b3a0e7571c01447107d5e8968401e659ba
nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commit

The nfsd_file will be passed, in future commits, by callers
that enable LOCALIO support (for both regular NFS and pNFS IO).

[Derived from patch authored by Weston Andros Adamson, but switched
 from passing struct file to struct nfsd_file]

Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Reviewed-by: NeilBrown <neilb@suse.de>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Anna Schumaker <anna.schumaker@oracle.com>
fs/nfs/filelayout/filelayout.c
fs/nfs/flexfilelayout/flexfilelayout.c
fs/nfs/internal.h
fs/nfs/pagelist.c
fs/nfs/pnfs_nfs.c
fs/nfs/write.c
include/linux/nfslocalio.h