X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Fdirectio.c;h=833ed4177784ea59609196ac3a4dea9eef8076f7;hb=3c64d3310b7b46689b69091f512663bcb5aecdaf;hp=df467e6307b2401d2a9d51f66f1eb41ac87362b7;hpb=72057a3af19ee02d9a686bd7e7d074917e381310;p=fs%2Flustre-release.git diff --git a/lustre/tests/directio.c b/lustre/tests/directio.c index df467e6..833ed41 100644 --- a/lustre/tests/directio.c +++ b/lustre/tests/directio.c @@ -106,8 +106,8 @@ int main(int argc, char **argv) return 1; } - printf("directio on %s for %dx%lu bytes \n", fname, blocks, - st.st_blksize); + printf("directio on %s for %dx%lu bytes\n", fname, blocks, + (unsigned long)st.st_blksize); seek = (off64_t)seek_blocks * (off64_t)st.st_blksize; len = blocks * st.st_blksize;