]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/nfs/filelayout/filelayout.c
Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
[karo-tx-linux.git] / fs / nfs / filelayout / filelayout.c
index 7aff350f15b1ced36e751ffd4574d91eea0a76a3..44347f4bdc1516f54f030ca9f0d95332ab816116 100644 (file)
@@ -482,7 +482,7 @@ filelayout_read_pagelist(struct nfs_pgio_header *hdr)
        u32 j, idx;
        struct nfs_fh *fh;
 
-       dprintk("--> %s ino %lu pgbase %u req %Zu@%llu\n",
+       dprintk("--> %s ino %lu pgbase %u req %zu@%llu\n",
                __func__, hdr->inode->i_ino,
                hdr->args.pgbase, (size_t)hdr->args.count, offset);
 
@@ -540,7 +540,7 @@ filelayout_write_pagelist(struct nfs_pgio_header *hdr, int sync)
        if (IS_ERR(ds_clnt))
                return PNFS_NOT_ATTEMPTED;
 
-       dprintk("%s ino %lu sync %d req %Zu@%llu DS: %s cl_count %d\n",
+       dprintk("%s ino %lu sync %d req %zu@%llu DS: %s cl_count %d\n",
                __func__, hdr->inode->i_ino, sync, (size_t) hdr->args.count,
                offset, ds->ds_remotestr, atomic_read(&ds->ds_clp->cl_count));