]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/nfs/flexfilelayout/flexfilelayout.c
Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
[karo-tx-linux.git] / fs / nfs / flexfilelayout / flexfilelayout.c
index 78f9a3081127068e32ad7e961a73de867843df76..42dedf2d625fca62a418c5e4f82935dc41a53987 100644 (file)
@@ -1736,7 +1736,7 @@ ff_layout_read_pagelist(struct nfs_pgio_header *hdr)
        int vers;
        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);
 
@@ -1813,7 +1813,7 @@ ff_layout_write_pagelist(struct nfs_pgio_header *hdr, int sync)
 
        vers = nfs4_ff_layout_ds_version(lseg, idx);
 
-       dprintk("%s ino %lu sync %d req %Zu@%llu DS: %s cl_count %d vers %d\n",
+       dprintk("%s ino %lu sync %d req %zu@%llu DS: %s cl_count %d vers %d\n",
                __func__, hdr->inode->i_ino, sync, (size_t) hdr->args.count,
                offset, ds->ds_remotestr, atomic_read(&ds->ds_clp->cl_count),
                vers);