]> git.baikalelectronics.ru Git - kernel.git/commit
pNFS: Clean up open coded xdr string decoding
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 9 Nov 2020 21:06:15 +0000 (16:06 -0500)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Wed, 2 Dec 2020 19:05:53 +0000 (14:05 -0500)
commit0f61d812ccbd71218749db4b82ec79c99c1a55e9
tree38367b38f786ac0080872f6bc3500dfe9be46682
parent96221d9fa722508819a1179eab97cb01efa30c5e
pNFS: Clean up open coded xdr string decoding

Use the existing xdr_stream_decode_string_dup() to safely decode into
kmalloced strings.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/pnfs_nfs.c