commit | 874c7b8ea545c7ebc50990843a234eafbc5c0c7f | [log] [tgz] |
---|---|---|
author | Frank van der Linden <fllinden@amazon.com> | Tue Jun 23 22:39:21 2020 +0000 |
committer | Chuck Lever <chuck.lever@oracle.com> | Mon Jul 13 17:27:03 2020 -0400 |
tree | 838c511f63d02ad6f5a3f5576de5fd4a5a79078b | |
parent | cab8d289c5ad541a5351a651d95c4086b7f84d7c [diff] |
nfsd: split off the write decode code into a separate function nfs4_decode_write has code to parse incoming XDR write data in to a kvec head, and a list of pages. Put this code in to a separate function, so that it can be used later by the xattr code, for setxattr. No functional change. Signed-off-by: Frank van der Linden <fllinden@amazon.com> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>