]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFS: move nfs_pgarray_set() to open code
authorBenjamin Coddington <bcodding@redhat.com>
Wed, 19 Apr 2017 14:11:34 +0000 (10:11 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 20 Apr 2017 17:55:16 +0000 (13:55 -0400)
commit8ef9b0b9e1c02879c9a41246437a23f513e4378b
tree90e8d0c532be72fa9de8af680871fec3924bc84c
parentae97aa524ef495b6276fd26f5d5449fb22975d7c
NFS: move nfs_pgarray_set() to open code

Since commit 00bfa30abe86 ("NFS: Create a common pgio_alloc and
pgio_release function"), nfs_pgarray_set() has only a single caller.  Let's
open code it.

Signed-off-by: Benjamin Coddington <bcodding@redhat.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/pagelist.c