]> git.baikalelectronics.ru Git - kernel.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)
commit908db95a2ef13675c09d49f2c9b32d146474e303
tree90e8d0c532be72fa9de8af680871fec3924bc84c
parent61d409b8e7b4e50d5355c7f6b4425b5b71b739ac
NFS: move nfs_pgarray_set() to open code

Since commit 924675f76864 ("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