aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/nfs/nfs4proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index ff378126ccd7..2d9357cf3fc5 100644
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -2357,7 +2357,7 @@ static inline ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size
2357 return -ENOMEM; 2357 return -ENOMEM;
2358 args.acl_pages[0] = localpage; 2358 args.acl_pages[0] = localpage;
2359 args.acl_pgbase = 0; 2359 args.acl_pgbase = 0;
2360 args.acl_len = PAGE_SIZE; 2360 resp_len = args.acl_len = PAGE_SIZE;
2361 } else { 2361 } else {
2362 resp_buf = buf; 2362 resp_buf = buf;
2363 buf_to_pages(buf, buflen, args.acl_pages, &args.acl_pgbase); 2363 buf_to_pages(buf, buflen, args.acl_pages, &args.acl_pgbase);