summaryrefslogtreecommitdiff
path: root/nfs/storage-info.c
diff options
context:
space:
mode:
Diffstat (limited to 'nfs/storage-info.c')
-rw-r--r--nfs/storage-info.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nfs/storage-info.c b/nfs/storage-info.c
index eb6a7db7..7427b3d8 100644
--- a/nfs/storage-info.c
+++ b/nfs/storage-info.c
@@ -42,7 +42,8 @@ netfs_file_get_storage_info (struct iouser *cred,
return snprintf (*data, buflen,
"nfsv%u://%s:%u/%n%*c?rsize=%u&wsize=%u",
protocol_version, mounted_hostname, mounted_nfs_port,
- &fhpos, np->nn->handle.size * 2, 'X', /* filled below */
+ &fhpos, (int) (np->nn->handle.size * 2),
+ 'X', /* filled below */
read_size, write_size);
}