]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd7c370994d6f4f82879ecf5240ed1f62103f4d8f
tree95f3780cd5020dda6bdeff56a13e67f5b0548b0e
parent6f5822a82780223e93bbb96782644b8bbdf68acc
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