diff options
Diffstat (limited to 'fs/nfs/nfs4proc.c')
-rw-r--r-- | fs/nfs/nfs4proc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index 0cb876640781..31369e9b5b04 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c | |||
@@ -3775,7 +3775,8 @@ static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t bu | |||
3775 | .rpc_argp = &args, | 3775 | .rpc_argp = &args, |
3776 | .rpc_resp = &res, | 3776 | .rpc_resp = &res, |
3777 | }; | 3777 | }; |
3778 | int ret = -ENOMEM, npages, i, acl_len = 0; | 3778 | int ret = -ENOMEM, npages, i; |
3779 | size_t acl_len = 0; | ||
3779 | 3780 | ||
3780 | npages = (buflen + PAGE_SIZE - 1) >> PAGE_SHIFT; | 3781 | npages = (buflen + PAGE_SIZE - 1) >> PAGE_SHIFT; |
3781 | /* As long as we're doing a round trip to the server anyway, | 3782 | /* As long as we're doing a round trip to the server anyway, |