SUNRPC: Fix up typo in xdr_init_decode()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 21 Nov 2020 19:01:50 +0000 (14:01 -0500)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Wed, 2 Dec 2020 19:05:53 +0000 (14:05 -0500)
commit2b1f83d108bd35d12d8a833298d2a033f9121aac
tree95f3780cd5020dda6bdeff56a13e67f5b0548b0e
parent046e5ccb4198b990190e11fb52fd9cfd264402eb
SUNRPC: Fix up typo in xdr_init_decode()

We already know that the head buffer and page are empty, so if there is
any data, it is in the tail.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
net/sunrpc/xdr.c