SUNRPC: Split out xdr_realign_pages() from xdr_align_pages()
authorAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 20 Apr 2020 21:38:17 +0000 (17:38 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 7 Oct 2020 18:28:39 +0000 (14:28 -0400)
commit06216ecbd93688f7acb617e186b9556a565a13bd
tree0819a49750edaf401dd2802ae65e73a8b9f76896
parentc567552612ece787b178e3b147b5854ad422a836
SUNRPC: Split out xdr_realign_pages() from xdr_align_pages()

I don't need the entire align pages code for READ_PLUS, so split out the
part I do need so I don't need to reimplement anything.

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
net/sunrpc/xdr.c