diff options
-rw-r--r-- | fs/nfs/nfs4proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index 75366dc89686..f0c849c98fe4 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c | |||
@@ -3587,7 +3587,7 @@ static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t bu | |||
3587 | res.acl_flags |= NFS4_ACL_LEN_REQUEST; | 3587 | res.acl_flags |= NFS4_ACL_LEN_REQUEST; |
3588 | resp_buf = page_address(pages[0]); | 3588 | resp_buf = page_address(pages[0]); |
3589 | 3589 | ||
3590 | dprintk("%s buf %p buflen %ld npages %d args.acl_len %ld\n", | 3590 | dprintk("%s buf %p buflen %zu npages %d args.acl_len %zu\n", |
3591 | __func__, buf, buflen, npages, args.acl_len); | 3591 | __func__, buf, buflen, npages, args.acl_len); |
3592 | ret = nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode), | 3592 | ret = nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode), |
3593 | &msg, &args.seq_args, &res.seq_res, 0); | 3593 | &msg, &args.seq_args, &res.seq_res, 0); |