NFS4: fix compile warnings in nfs4proc.c
[linux-2.6-block.git] / fs / nfs / nfs4proc.c
index 75366dc89686d88655c6569f4840a1651ca98690..f0c849c98fe4bfb49208ed6a34f0714257431e75 100644 (file)
@@ -3587,7 +3587,7 @@ static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t bu
                res.acl_flags |= NFS4_ACL_LEN_REQUEST;
        resp_buf = page_address(pages[0]);
 
-       dprintk("%s  buf %p buflen %ld npages %d args.acl_len %ld\n",
+       dprintk("%s  buf %p buflen %zu npages %d args.acl_len %zu\n",
                __func__, buf, buflen, npages, args.acl_len);
        ret = nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode),
                             &msg, &args.seq_args, &res.seq_res, 0);