diff options
| author | 2025-06-30 10:32:29 -0400 | |
|---|---|---|
| committer | 2025-09-23 13:29:50 -0400 | |
| commit | 2f8416f23edf3b5c49ce8e08616d0071cda5c37b (patch) | |
| tree | 49273b2c65838523e3109d526be679dca0688fec /fs/nfs/nfs4xdr.c | |
| parent | NFS: Update readdir to use a scratch folio (diff) | |
| download | wireguard-linux-2f8416f23edf3b5c49ce8e08616d0071cda5c37b.tar.xz wireguard-linux-2f8416f23edf3b5c49ce8e08616d0071cda5c37b.zip | |
NFS: Update getacl to use xdr_set_scratch_folio()
Signed-off-by: Anna Schumaker <anna.schumaker@oracle.com>
Diffstat (limited to 'fs/nfs/nfs4xdr.c')
| -rw-r--r-- | fs/nfs/nfs4xdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4xdr.c b/fs/nfs/nfs4xdr.c index 4ee88a4c1daa..1d0e6c10f921 100644 --- a/fs/nfs/nfs4xdr.c +++ b/fs/nfs/nfs4xdr.c @@ -6585,7 +6585,7 @@ nfs4_xdr_dec_getacl(struct rpc_rqst *rqstp, struct xdr_stream *xdr, int status; if (res->acl_scratch != NULL) - xdr_set_scratch_page(xdr, res->acl_scratch); + xdr_set_scratch_folio(xdr, res->acl_scratch); status = decode_compound_hdr(xdr, &hdr); if (status) goto out; |
